SimplePointOptions.ValueDateTimeOptions Property
Overrides the PointOptions.ValueDateTimeOptions property to hide it.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
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