Skip to main content
A newer version of this page is available. .

RadarAxisXRange.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.v18.2.dll

Declaration

[Obsolete("This property is obsolete now. Use AxisBase.VisualRange.MaxValueInternal instead.")]
[Browsable(false)]
[NonTestableProperty]
[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 RadarAxisXRange class.

See Also