Skip to main content
A newer version of this page is available. .
All docs
V20.2

ChartItemFormatRule(DataItem, ChartSeries) Constructor

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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