Skip to main content

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

NuGet Package: DevExpress.Charts

Declaration

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

See Also