jQuery/JS Common - utils - viz - core - Methods
This section describes the methods exposed by the DevExpress.core.viz object.
currentPalette(paletteName)
Use the currentPalette(paletteName) method instead.
Applies a predefined or registered custom palette to all visualization widgets at once.
The palette name.
currentTheme(platform, colorScheme)
Use the currentTheme() method instead.
Applies a new theme (with the color scheme defined separately) for the entire page with several DevExtreme visualization widgets.
currentTheme(theme)
Use the currentTheme() method instead.
Applies a theme for the entire page with several DevExtreme visualization widgets.
The name of a new theme.
getPalette(paletteName)
Use the getPalette(paletteName) method instead.
Obtains the color sets of a predefined or registered palette.
registerPalette(paletteName, palette)
Use the registerPalette(paletteName_palette) method instead.
Registers a new palette.
registerTheme(customTheme, baseTheme)
Use the registerTheme(customTheme_baseTheme) method instead.
Registers a new theme based on the existing one.
If you have technical questions, please create a support ticket in the DevExpress Support Center.