Back to Devexpress

PointOptions.ArgumentDateTimeOptions Property

wpf-devexpress-dot-xpf-dot-charts-dot-pointoptions.md

latest1.8 KB
Original Source

PointOptions.ArgumentDateTimeOptions Property

Gets an object that defines the display representation of date-time arguments.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public DateTimeOptions ArgumentDateTimeOptions { get; set; }
vb
Public Property ArgumentDateTimeOptions As DateTimeOptions

Property Value

TypeDescription
DateTimeOptions

A DateTimeOptions object that contains specific date-time settings.

|

Remarks

The ArgumentDateTimeOptions property provides access to specific settings (in particular, the DateTimeOptions.Format and DateTimeOptions.FormatString) which define how series point date-time arguments are represented for display purposes.

The ArgumentDateTimeOptions property is in effect only if the owner series’ Series.ArgumentScaleType property is ScaleType.DateTime.

See Also

ArgumentNumericOptions

PointOptions Class

PointOptions Members

DevExpress.Xpf.Charts Namespace