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