Skip to main content

Palette.Count Property

Returns the number of colors in a palette.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public int Count { get; }

#Property Value

Type Description
Int32

An integer value representing the total number of colors in a palette.

See Also