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

IndicatorsPalettes.GetPalette(String) Method

Finds a palette with the specified name in indicators that exist in the chart control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public static Palette GetPalette(
    string name
)

Parameters

Name Type Description
name String

A String specifying the name of an indicators palette.

Returns

Type Description
Palette

A Palette object which is the indicators palette with the specified name.

See Also