Represents a class that stores the predefined palettes for the chart's indicators.
Namespace:DevExpress.Xpf.Charts
Assembly:DevExpress.Xpf.Charts.v19.2.dll

Syntax
C# |
public class PredefinedIndicatorsPalette : IndicatorsPalette
|
VB |
Public Class PredefinedIndicatorsPalette Inherits IndicatorsPalette
|

Remarks
For more information, see Chart Themes and Palettes.

Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
ChartDependencyObject
PaletteBase
IndicatorsPalette
PredefinedIndicatorsPalette
DefaultIndicatorsPalette

See Also