ChartItemFormatRule.ApplyToSeries Property
In This Article
Gets or sets a chart series to which a format rule is applied.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(null)]
public ChartSeries ApplyToSeries { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Chart |
null | A Chart |
See Also