FlatGridLines Property (ChartRadar)
In This Topic
Gets or sets a value indicating whether Radar charts should use flat Y coordinate gridlines. By default, Y coordinate gridlines are circular.
Syntax
'Declaration
Public Property FlatGridLines As Boolean
public bool FlatGridLines {get; set;}
See Also