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