Skip to main content
All docs
V25.1
  • ChartItemFormatRuleBase Class

    Declaration

    export abstract class ChartItemFormatRuleBase extends DashboardItemFormatRule

    constructor

    Initializes a new instance of the ChartItemFormatRuleBase class with specified settings.

    Declaration

    constructor(
        modelJson?: any,
        serializer?: DevExpress.Analytics.Utils.ModelSerializer
    )

    Parameters

    Name Type
    modelJson any
    serializer ModelSerializer

    Properties

    dataItemName Property

    Declaration

    dataItemName: ko.Observable<string>

    Property Value

    Type
    Observable<string>

    displayName Property

    Declaration

    displayName: ko.Observable<string>

    Property Value

    Type
    Observable<string>

    showInLegend Property

    Declaration

    showInLegend: ko.Observable<boolean>

    Property Value

    Type
    Observable<boolean>