MindFusion.Charting Programmer's Guide

AxesChart.GridWidth Property

See Also
 





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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 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