Back to Devexpress

IndicatorsPalettes.GetPalette(String) Method

corelibraries-devexpress-dot-xtracharts-dot-indicatorspalettes-dot-getpalette-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public static Palette GetPalette(
    string name
)
vb
Public Shared Function GetPalette(
    name As String
) As Palette

Parameters

NameTypeDescription
nameString

A String specifying the name of an indicators palette.

|

Returns

TypeDescription
Palette

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

|

See Also

IndicatorsPalettes Class

IndicatorsPalettes Members

DevExpress.XtraCharts Namespace