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

PaletteEntry.IsEmpty Property

Gets a value specifying whether a single element in the Palette is empty.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public bool IsEmpty { get; }

Property Value

Type Description
Boolean

true if the palette entry is empty; otherwise, false.

Remarks

For more information on palettes, see Choose a Palette for Painting Series, Points and Indicators.

See Also