Skip to main content
A newer version of this page is available. .

Summary.NumericSummaryOptions Property

Gets or sets the object that is the numerical summarization option storage.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

[DefaultValue(null)]
public NumericSummaryOptions NumericSummaryOptions { get; set; }

Property Value

Type Default Description
NumericSummaryOptions *null*

Stores the series summarization options.

See Also