Palette.IsEmpty Property
Gets a value specifying whether a palette (a collection of entries with two colors) is empty.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
Boolean | true if the current palette is empty; otherwise, false. |
Remarks
For more information on palettes, see Choose a Palette for Painting Series, Points and Indicators.
See Also