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

ChartItemFormatRule.ApplyToSeries Property

Gets or sets a chart series to which a format rule is applied.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(null)]
public ChartSeries ApplyToSeries { get; set; }

Property Value

Type Default Description
ChartSeries *null*

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

See Also