SeriesBaseModel.TimeSpanSummaryOptions Property
Gets or sets the SeriesBase.TimeSpanSummaryOptions 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 TimeSpanSummaryOptionsModel TimeSpanSummaryOptions { get; }
Property Value
Type | Description |
---|---|
TimeSpanSummaryOptionsModel | A model for time-span summary options. |
See Also