MindFusion WinForms Programmer's Guide
AxesChart.GridWidth Property
See Also
 





Gets or sets the distance between adjacent grid lines in custom grids.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public float GridWidth { get; set; }

Visual Basic  Copy Code

Public Property GridWidth As Single

 Property Value

A float value.

 Remarks

The property is considered only for GridType.Chess. Default value for the GridWidth property is 0.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Reporting Namespace