PolarAxisXRange.MaxValue Property
OBSOLETE
This property is obsolete now. Use AxisBase.VisualRange.MaxValue instead.
Overrides the AxisRange.MaxValue property to hide it.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use AxisBase.VisualRange.MaxValue instead.")]
public override object MaxValue { get; set; }
Property Value
Type | Description |
---|---|
Object | A Object. |
Remarks
This property is overridden to hide the corresponding property of the AxisRange class, because the MaxValue property isn’t appropriate for the PolarAxisXRange class.
See Also