You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dashboard-for-desktop/articles/dashboard-designer/add-dashboard-items.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,23 @@
1
1
---
2
-
title: Adding Dashboard Items
2
+
title: Add Dashboard Items
3
3
author: Natalia Kazakova
4
4
legacyId: 15768
5
5
---
6
-
# Adding Dashboard Items
6
+
# Add Dashboard Items
7
7
To create a dashboard item in the Dashboard Designer, click the corresponding button in the **Home** ribbon tab.
8
8
9
9

10
10
11
-
This creates an empty dashboard item, and displays the required data sections for binding this item to data (for instance, the image below displays the [Pivot](designing-dashboard-items/pivot.md) dashboard item and corresponding data sections).
11
+
This creates an empty dashboard item, and displays the required data sections for binding this item to data (for instance, the image below displays the [Pivot](dashboard-item-settings/pivot.md) dashboard item and corresponding data sections).
Perform the following steps to design a dashboard item.
16
-
*[Bind](binding-dashboard-items-to-data/binding-dashboard-items-to-data.md) the dashboard item to data.
16
+
*[Bind](bind-dashboard-items-to-data/bind-dashboard-items-to-data.md) the dashboard item to data.
17
17
* Perform the required [data shaping](data-shaping.md) operations (such as grouping, sorting and filtering).
18
18
* Use the [interactivity](interactivity.md) features to enable interaction between various dashboard items.
19
19
* Adjust the dashboard item's [position and size](dashboard-layout/dashboard-items-layout.md) and specify the [dashboard item caption](dashboard-layout/dashboard-item-caption.md) settings.
20
-
* Specify specific dashboard item settings based on its type. To learn more, see [Designing Dashboard Items](designing-dashboard-items.md).
20
+
* Specify specific dashboard item settings based on its type. To learn more, see [Dashboard Item Settings](dashboard-item-settings.md).
21
21
22
22
After you have created and designed the dashboard item, you can create an exact copy. To do this, click the **Duplicate** button in the **Home** ribbon tab...
Copy file name to clipboardExpand all lines: dashboard-for-desktop/articles/dashboard-designer/appearance-customization/coloring.md
+46-3Lines changed: 46 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,51 @@ author: Natalia Kazakova
4
4
legacyId: 17943
5
5
---
6
6
# Coloring
7
-
The Dashboard Designer provides the capability to manage coloring of dashboard item elements. You can choose whether to use a global color scheme providing consistent colors for identical values across the dashboard or a local color scheme that provides an independent set of colors for each dashboard item. The Dashboard Designer also allows you to edit colors automatically assigned from the default palette.
7
+
The Dashboard Designer allows you to paint dashboard item elements such as chart series points or pie segments.
You can paint the following [dashboard items](../dashboard-item-settings.md):
13
+
14
+
* Chart
15
+
* Scatter Chart
16
+
* Pie
17
+
* Pie Map
18
+
* Range Filter
19
+
* Treemap
20
+
21
+
## Color Scheme Overview
22
+
The dashboard supports two ways to color dashboard item elements:
23
+
24
+
* A **Global Color Scheme** uses consistent colors for identical values across the dashboard. The image below shows a dashboard that contains Pie and Chart dashboard items. Pie segments and chart series points that correspond to _Wisconsin_, _Oregon_ and _Idaho_ dimension values use identical colors from the default palette.
For a global color scheme, the dashboard reserves automatically generated colors for specific values regardless of the filter state.
29
+
* A **Local Color Scheme** uses an independent set of colors for each dashboard item. The image below shows Pie segments that use colors from a local color scheme. These colors do not affect the Chart items that use a global scheme.
For a **Local** color scheme, the dashboard reassigns palette colors when the filter state is changed.
34
+
35
+
>[!TIP]
36
+
>**Local** colorization paints dashboard item elements more quickly because the control does not request all possible colors and requests only colors used in the current item.
37
+
38
+
## Color Measures and Dimensions
39
+
You can use predefined color modes to paint individual dimensions or all measures in a dashboard item.
40
+
41
+
The following color settings are available:
42
+
43
+
| Color Mode Option | Description |
44
+
|---|---|
45
+
|**Default**| Enables or disables coloring depending on the dashboard item's type. For example, for TreeMap arguments and Chart series, **Default** means **Hue**. For Chart arguments, **Default** means **None**. |
46
+
|**Hue**| Elements use different colors. |
47
+
|**None**| Elements use the same color. |
48
+
49
+
## Documentation
50
+
51
+
Refer to the following help topics for more information on how to configure color variation in the WinForms Designer:
Copy file name to clipboardExpand all lines: dashboard-for-desktop/articles/dashboard-designer/appearance-customization/coloring/coloring-concepts.md
+93-58Lines changed: 93 additions & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,61 +3,96 @@ title: Coloring Concepts
3
3
author: Natalia Kazakova
4
4
legacyId: 17944
5
5
---
6
-
# Coloring Concepts
7
-
The Dashboard Designer provides you with the capability to color dashboard item elements by associating dimension values/measures and specified colors. You can choose whether to use a global color scheme to provide consistent colors for identical values or specify a local color scheme for each dashboard item.
8
-
*[Supported Dashboard Items](#supporteditems)
9
-
*[Color Schemes](#color-schemes)
10
-
*[Coloring Dimensions and Measures](#coloring-dimensions-and-measures)
The dashboard provides two ways of coloring dashboard item elements.
23
-
* Using a global color scheme that provides consistent colors for identical values across the dashboard. The image below shows the dashboard containing Pie and Chart dashboard items. Pie segments and chart series points corresponding to 'Beverages', 'Condiments' and 'Diary Products' dimension values are colored using identical colors from the default palette.
> When a local color scheme is used, the dashboard reassigns palette colors when the filter state is changed.
41
-
42
-
## <aname="coloring-dimensions-and-measures"/>Coloring Dimensions and Measures
43
-
Dashboard items allow you to manage the coloring of individual dimensions or all dashboard item measures using predefined coloring modes.
44
-
45
-
| Coloring Mode | Description |
46
-
|---|---|
47
-
| Default | Dimension values/measures are colored by default. To learn how specific dashboard items color their elements by default, see the **Coloring** topic for the corresponding dashboard item. |
48
-
| Hue | Dimension values/measures are colored by hue. If coloring by hue is enabled, a data item indicates this using the  indicator. |
49
-
| None | Dimension values/measures are colored with the same color. |
50
-
51
-
### Coloring Dimension Values
52
-
53
-
To specify the coloring mode for the required dimension, click the dimension's [menu button](../../ui-elements/data-items-pane.md) and use the **Color by** submenu. For instance, the image below shows the Chart dashboard item whose 'Country' dimension is colored by hue.
To specify the coloring mode for dashboard item measures, click the [menu button](../../ui-elements/data-items-pane.md) of any measure and use the **Color by** submenu. For instance, the image below shows the Pie dashboard item whose measures are colored by hue.
If you enabled coloring by hue for several dimensions/measures, all combinations of dimension values/measures will be automatically colored using different colors from the default palette. To learn how to customize these colors, see [Customizing a Color Scheme](customizing-a-color-scheme.md).
6
+
# Coloring
7
+
8
+
The Dashboard Designer associates dimension values/measures and specified colors to paint dashboard item elements. This topic describes how to configure color settings in the WinForms Designer.
9
+
10
+
## Coloring Basics
11
+
12
+
The following concepts are common to both Desktop and Web Dashboard controls:
13
+
14
+
* Color Modes
15
+
* Color Schemes
16
+
* Supported Dashboard Items
17
+
18
+
Refer to the following topic for more information about common concepts: [Coloring Basics](../coloring.md).
19
+
20
+
## Color Mode: None
21
+
22
+
You can disable default color variation for dashboard item elements.
23
+
24
+
If you add a [TreeMap](../../dashboard-item-settings/treemap.md) to a dashboard, individual elements (titles) use different colors:
In the Chart settings, move _State_ from Arguments to Series. **Default** now means **Hue** in this new context. The coloring indicator () on the data item shows that color variation by hue is enabled.
Corresponding _State_ fields are painted with the same colors, so you can associate and compare data from all dashboard items. This happens because all items use **Global Colors** (the default setting). You can see the switch to **Global Colors** in the Ribbon. Click **Edit Colors** to modify the colors used in the palette:
> The dashboard uses the default palette. This palette contains 20 unique colors to paint dimension values/measures. For more information on how to change default colors or create a new color table, refer to the following help topic: [Customizing a Color Scheme](customizing-a-color-scheme.md).
69
+
70
+
This is how the Dashboard appears after you change the color for *Georgia* in the palette:
Colors modified in the local color scheme do not affect items that use the global color scheme. The following image shows a custom color for _Georgia_ in the Treemap:
0 commit comments