ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / ChartTypeConfig Class / IsCategorical Property

In This Topic
    IsCategorical Property
    In This Topic
    Gets a value indicating whether the chart is categorical.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsCategorical As Boolean
    public bool IsCategorical {get;}

    Property Value

    Boolean. True if the chart is categorical; otherwise False.
    See Also