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
Declaration
[DefaultValue(null)]
public ChartSeries ApplyToSeries { get; set; }
<DefaultValue(Nothing)>
Public Property ApplyToSeries As ChartSeries
Property Value
Type | Default | Description |
---|---|---|
ChartSeries | null |
A ChartSeries object that specifies the series to which a format rule is applied. |
See Also
Feedback