ComponentOne Chart for .NET (2.0) Search HelpCentral 

Axis.GridMinor Property

Gets or sets the minor grid lines object.

[Visual Basic]

Public Property GridMinor As ChartGridStyle

[C#]

public ChartGridStyle GridMinor {get;set;}

[Delphi]

public property GridMinor: ChartGridStyle read get_GridMinor write set_GridMinor;

Remarks

Minor grids are placed coincident with minor tick marks at UnitMinor intervals. The GridMinor property is used to set the grid line appearance.

See Also

Axis Class | Axis Members | C1.Win.C1Chart Namespace | Axis Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.