DashboardPaletteItem Type
Defines a dashboard palette item.
Declaration
export type DashboardPaletteItem = {
color: DevExpress.Dashboard.Model.Color;
secondaryColor?: DevExpress.Dashboard.Model.Color;
hatchStyle: DevExpress.Dashboard.Model.HatchStyle;
lineStyle: DevExpress.Dashboard.Model.DashStyle;
}
Members
| Name | Type | Description |
|---|---|---|
| color | Color | The palette item’s color. |
| hatchStyle | HatchStyle | The palette item’s hatch style. |
| lineStyle | DashStyle | The palette item’s line style. |
| secondaryColor | Color |