Skip to main content
All docs
V26.1
  • CustomPalette(Color[]) Constructor

    Initializes a new instance of the CustomPalette class with specified settings.

    Namespace: DevExpress.Xpf.Charts

    Assembly: DevExpress.Xpf.Charts.v26.1.dll

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public CustomPalette(
        params Color[] paletteColors
    )

    Parameters

    Name Type Description
    paletteColors Color[]

    An array of colors.

    See Also