ComponentOne Chart for WPF and Silverlight
Foreground Property (Axis)


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

Reference

Axis Class
Axis Members