Skip to main content

SimplePointOptions.ValueDateTimeOptions Property

Overrides the PointOptions.ValueDateTimeOptions property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public DateTimeOptions ValueDateTimeOptions { get; }

Property Value

Type
DateTimeOptions

Remarks

The only purpose of the ValueDateTimeOptions property is to hide the corresponding property for the Pie, Doughnut and Funnel series, because the ValueDateTimeOptions property isn’t appropriate for the SimplePointOptions class.

See Also