Skip to main content
All docs
V25.1
  • ChartItemFormatRule(DataItem, ChartSeries) Constructor

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

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.Core.dll

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public ChartItemFormatRule(
        DataItem item,
        ChartSeries applyToSeries
    )

    Parameters

    Name Type Description
    item DataItem

    A DataItem object that is a measure or dimension whose values ​​are used to calculate a format rule.

    applyToSeries ChartSeries

    A ChartSeries object that specifies the series to which a format rule is applied.

    See Also