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

SimplePointOptions.ValueDateTimeOptions Property

Overrides the PointOptions.ValueDateTimeOptions property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[Browsable(false)]
[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
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