ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Chart Class / Subtype Property

In This Topic
    Subtype Property (Chart)
    In This Topic
    Gets or sets the subtype of the chart.
    Syntax
    'Declaration
     
    Public Property Subtype As ChartSubtype
    public ChartSubtype Subtype {get; set;}

    Property Value

    A ChartSubtype enumeration indicating the subtype of the chart.
    Remarks
    Available subtypes, and their default values, depend on the chart's Type.
    See Also