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

DefaultPalette.LoadColorsFromActualPalette(String) Method

Loads colors from the actual palette.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public void LoadColorsFromActualPalette(
    string actualPaletteName
)

Parameters

Name Type Description
actualPaletteName String

A String value that is the actual palette name.

See Also