ASP.NET Pack Programmer's Guide
AxesChart.GridWidth Property
See Also
 





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

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public float GridWidth { get; set; }

Visual Basic  Copy Code

Public Property GridWidth As Single

 Property Value

A float value that represents the width between two adjacent points.

 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.WebForms Namespace