ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IChartMember Interface / IsStatic Property

In This Topic
    IsStatic Property (IChartMember)
    In This Topic
    Gets a value indicating whether the chart member corresponds to a database field or a regular member corresponding to a value for a field.
    Syntax
    'Declaration
     
    ReadOnly Property IsStatic As Boolean
    bool IsStatic {get;}

    Property Value

    A System.Boolean value. true if the chart member is static; otherwise, false.
    See Also