ComponentOne Chart for WPF and Silverlight
MinorGridStroke Property


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

Reference

Axis Class
Axis Members