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