A newer version of this page is available.
Switch to the current version.
SimplePointOptions.ValueDateTimeOptions Property
Overrides the PointOptions.ValueDateTimeOptions property to hide it.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[Browsable(false)]
[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public DateTimeOptions ValueDateTimeOptions { get; }
<Browsable(False)>
<NonTestableProperty>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public ReadOnly Property ValueDateTimeOptions As DateTimeOptions
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
Feedback