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





Gets or sets the distance between adjacent grid points in chess grids.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public float GridWidth { get; set; }

Visual Basic  Copy Code

Public Property GridWidth As Single

 Property Value

A float value that specifies the width in chess grids.

 Remarks

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

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.WinForms Namespace