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

RangeArea3DSeriesLabel.MaxValueAngle Property

Overrides the RangeAreaSeriesLabel.MaxValueAngle property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[Browsable(false)]
[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public int MaxValueAngle { get; }

Property Value

Type Description
Int32

An integer value.

Remarks

The MaxValueAngle property is overridden in this class, because it can be used for RangeArea3DSeriesLabel and therefore should be hidden.

See Also