A newer version of this page is available.
Switch to the current version.
RadarAxisXRange.MinValueInternal Property
Obsolete. Overrides the AxisRange.MinValueInternal property to hide it.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[Obsolete("This property is obsolete now. Use AxisBase.VisualRange.MinValueInternal instead.")]
[Browsable(false)]
[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override double MinValueInternal { get; set; }
<Obsolete("This property is obsolete now. Use AxisBase.VisualRange.MinValueInternal instead.")>
<Browsable(False)>
<NonTestableProperty>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Overrides Property MinValueInternal As Double
Property Value
Type | Description |
---|---|
Double | A Double value. |
Remarks
This property is overridden to hide the corresponding property of the AxisRange class, because the MinValueInternal property isn't appropriate for the RadarAxisXRange class.
See Also
Feedback