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


In This Topic
    AxisGroup Property (IChartGroup)
    In This Topic
    Gets or sets the group for the specified chart.
    Syntax
    'Declaration
     
    Property AxisGroup As AxisGroup
    'Usage
     
    Dim instance As IChartGroup
    Dim value As AxisGroup
     
    instance.AxisGroup = value
     
    value = instance.AxisGroup
    AxisGroup AxisGroup {get; set;}
    See Also