Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartGroup Interface / ShowRadarAxisLabels Property


In This Topic
    ShowRadarAxisLabels Property
    In This Topic
    Gets or sets a value indicating whether the radar chart has axis labels. Applies only to radar charts
    Syntax
    'Declaration
     
    Property ShowRadarAxisLabels As Boolean
    'Usage
     
    Dim instance As IChartGroup
    Dim value As Boolean
     
    instance.ShowRadarAxisLabels = value
     
    value = instance.ShowRadarAxisLabels
    bool ShowRadarAxisLabels {get; set;}
    See Also