Back to Devexpress

AxisX3D.TimeSpanScaleOptions Property

wpf-devexpress-dot-xpf-dot-charts-dot-axisx3d-4f0a953e.md

latest2.2 KB
Original Source

AxisX3D.TimeSpanScaleOptions Property

Gets or sets options of the time-span scale used by the argument axis.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public TimeSpanScaleOptionsBase TimeSpanScaleOptions { get; set; }
vb
Public Property TimeSpanScaleOptions As TimeSpanScaleOptionsBase

Property Value

TypeDescription
TimeSpanScaleOptionsBase

The time-span scale options of the argument axis.

|

Remarks

You can use the following time-span options to specify the TimeSpanScaleOptions property:

See Also

AxisX3D Class

AxisX3D Members

DevExpress.Xpf.Charts Namespace