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


In This Topic
    RadarAxisLabels Property
    In This Topic
    Returns a ITickLabels object that represents the radar axis labels for the specified chart group.
    Syntax
    'Declaration
     
    ReadOnly Property RadarAxisLabels As ITickLabels
    'Usage
     
    Dim instance As IChartGroup
    Dim value As ITickLabels
     
    value = instance.RadarAxisLabels
    ITickLabels RadarAxisLabels {get;}
    See Also