ComponentOne Chart for .NET (2.0) Search HelpCentral 

Axis.GridMajor Property

Gets or sets the major grid lines object.

[Visual Basic]

Public Property GridMajor As ChartGridStyle

[C#]

public ChartGridStyle GridMajor {get;set;}

[Delphi]

public property GridMajor: ChartGridStyle read get_GridMajor write set_GridMajor;

Remarks

Major grids are placed coincident with major tick marks at UnitMajor intervals. The GridMajor 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.