ComponentOne Chart3D for WPF and Silverlight
Foreground Property (Axis3D)


C1.WPF.C1Chart3D Namespace > Axis3D Class : Foreground Property
Gets or set the foreground color of the axis.
Syntax
'Declaration
 
Public Property Foreground As System.Windows.Media.Brush
'Usage
 
Dim instance As Axis3D
Dim value As System.Windows.Media.Brush
 
instance.Foreground = value
 
value = instance.Foreground
public System.Windows.Media.Brush Foreground {get; set;}
See Also

Reference

Axis3D Class
Axis3D Members