Skip to main content

RangeArea3DSeriesLabel.MaxValueAngle Property

Overrides the RangeAreaSeriesLabel.MaxValueAngle property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

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