Pie3DSeriesView.Color Property
Overrides the SeriesViewBase.Color property to hide it.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color | Always Empty. |
Remarks
This property is overridden so to hide the corresponding property of the SeriesViewBase class, since the Color property isn’t appropriate for the Pie3DSeriesView series view.
See Also