ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / ChartTypeConfig Class / IsXY Property

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

    Property Value

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