Summary.NumericSummaryOptions Property
In This Article
Gets or sets the object that is the numerical summarization option storage.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
[DefaultValue(null)]
public NumericSummaryOptions NumericSummaryOptions { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Numeric |
null | Stores the series summarization options. |
See Also