ChartModel.SeriesTemplate Property
Returns the ChartControl.SeriesTemplate property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Data)]
public SeriesTemplateModel SeriesTemplate { get; }
Property Value
Type | Description |
---|---|
SeriesTemplateModel | The series template model. |
See Also