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

RangeArea3DSeriesLabel.MinValueAngle Property

Overrides the RangeAreaSeriesLabel.MinValueAngle property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

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

Property Value

Type Description
Int32

An integer value.

Remarks

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

See Also