ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IChart Interface / DefinitionSeriesCount Property

In This Topic
    DefinitionSeriesCount Property
    In This Topic
    Gets the count of series defined in the chart data of the chart definition.
    Syntax
    'Declaration
     
    ReadOnly Property DefinitionSeriesCount As Integer
    int DefinitionSeriesCount {get;}

    Property Value

    An System.Int32 specifying the count of series defined in the chart data.
    See Also