Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / ChartGroups Property


In This Topic
    ChartGroups Property
    In This Topic
    Gets an object that represents a collection of all the chart groups in the chart.
    Syntax
    'Declaration
     
    ReadOnly Property ChartGroups As IChartGroups
    'Usage
     
    Dim instance As IChart
    Dim value As IChartGroups
     
    value = instance.ChartGroups
    IChartGroups ChartGroups {get;}
    Remarks
    This function works with Spread WPF only.
    See Also