ComponentOne Chart for WPF and Silverlight
MinorTickStroke Property


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

Reference

Axis Class
Axis Members