ChartItemFormatRule(DataItem, ChartSeries) Constructor
Initializes a new instance of the ChartItemFormatRule class with specified settings.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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