ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Series Class / Name Property

In This Topic
    Name Property (Series)
    In This Topic
    Gets or sets the name of the series as a string.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Name As String
    public override string Name {get; set;}
    See Also