Skip to main content

Palettes.Origin Property

Gets the Origin palette of colors.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public static Palette Origin { get; }

Property Value

Type Description
Palette

A Palette object that is the Origin palette.

Remarks

The image below shows the Origin palette.

Palettes_Origin

For more information, see the Appearance Customization section.

See Also