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.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
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