Back to Devexpress

OfficePalette Class

wpf-devexpress-dot-xpf-dot-charts-cf8200cc.md

latest2.0 KB
Original Source

OfficePalette Class

Represents the Office palette.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class OfficePalette :
    PredefinedPalette
vb
Public Class OfficePalette
    Inherits PredefinedPalette

Remarks

The following colors comprise the Office palette.

The following image demonstrates a compound chart with the OfficePalette object assigned to the ChartControlBase.Palette property.

For more information, see Chart Themes and Palettes.

Inheritance

Object DispatcherObject DependencyObject Freezable ChartDependencyObject PaletteBase Palette PredefinedPalette OfficePalette

See Also

OfficePalette Members

Palette

Chart Themes and Palettes

DevExpress.Xpf.Charts Namespace