PolarAxisXRange.MinValueInternal Property
OBSOLETE
This property is obsolete now. Use AxisBase.VisualRange.MinValueInternal instead.
Overrides the AxisRange.MinValueInternal property to hide it.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[NonTestableProperty]
[Obsolete("This property is obsolete now. Use AxisBase.VisualRange.MinValueInternal instead.")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override double MinValueInternal { get; set; }
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 PolarAxisXRange class.
See Also