ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / PageReportModelExtensions Class / IsOneFigureChart Method
The chart to check.

In This Topic
    IsOneFigureChart Method
    In This Topic
    Determines whether the specified chart is a single figure chart.
    Syntax
    'Declaration
     
    Public Shared Function IsOneFigureChart( _
       ByVal chart As Chart _
    ) As Boolean
    public static bool IsOneFigureChart( 
       Chart chart
    )

    Parameters

    chart
    The chart to check.

    Return Value

    true if the chart is a single figure chart (Pie, Doughnut, Funnel, or Pyramid); otherwise, false.
    See Also