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.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public float GridWidth { get; }

Visual Basic  Copy Code

Public ReadOnly 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