Search
RadarChart.GridDivisions Property
See Also
 






Gets or sets the number of grid divisions.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int GridDivisions { get; set; }

Visual Basic  Copy Code

Public Property GridDivisions As Integer

 Property Value

An integer value.

 See Also