PolarAxisXRange.MaxValueInternal Property
OBSOLETE
This property is obsolete now. Use AxisBase.VisualRange.MaxValueInternal instead.
Overrides the AxisRange.MaxValueInternal 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.MaxValueInternal instead.")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override double MaxValueInternal { 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 MaxValueInternal property isn’t appropriate for the PolarAxisXRange class.
See Also