Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ChartCommand.SeriesChartTypeData Class / IsSecondaryAxis Property


In This Topic
    IsSecondaryAxis Property
    In This Topic
    true indicate series should plot in secondary axis group, false for otherwise.
    Syntax
    'Declaration
     
    Public Property IsSecondaryAxis As Boolean
    'Usage
     
    Dim instance As ChartCommand.SeriesChartTypeData
    Dim value As Boolean
     
    instance.IsSecondaryAxis = value
     
    value = instance.IsSecondaryAxis
    public bool IsSecondaryAxis {get; set;}
    See Also