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

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

    Property Value

    A ChartType enumeration indicating the type of chart.
    See Also