FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.8 Assembly / C1.Win.FlexReport.Chart Namespace / ChartRadar Class / FlatGridLines Property

In This Topic
    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