ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart.RadarOptions Class / FlatGridLines Property

In This Topic
    FlatGridLines Property
    In This Topic
    Gets or sets whether Radar chart 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