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

Summary.TimeSpanSummaryOptions Property

Gets or sets the time-span summarization options.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

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

Property Value

Type Default Description
TimeSpanSummaryOptions null

Stores the series summarization options.

See Also