Skip to content

Commit ca23891

Browse files
authored
Merge pull request #112237 from stevemunk/power-bi-visual-add-3d-column-layer
Grammar improvements in power-bi-visual-add-3d-column-layer.md
2 parents 7ec6209 + 340ade2 commit ca23891

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/azure-maps/power-bi-visual-add-3d-column-layer.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Add a 3D column layer to an Azure Maps Power BI visual
33
titleSuffix: Microsoft Azure Maps
4-
description: In this article, you will learn how to use the 3D column layer in an Azure Maps Power BI visual.
4+
description: This article demonstrates how to use the 3D column layer in an Azure Maps Power BI visual.
55
author: deniseatmicrosoft
66
ms.author: limingchen
77
ms.date: 11/29/2021
@@ -12,34 +12,34 @@ services: azure-maps
1212

1313
# Add a 3D column layer
1414

15-
The **3D column layer** is useful for taking data to the next dimension by allowing visualization of location data as 3D cylinders on the map. Similar to the bubble layer, the 3D column chart can easily visualize two metrics at the same time using color and relative height. In order for the columns to have height, a measure needs to be added to the **Size** bucket of the **Fields** pane. If a measure is not provided, columns with no height show as flat squares or circles depending on the **Shape** option.
15+
The **3D column layer** is useful for taking data to the next dimension by allowing visualization of location data as 3D cylinders on the map. Similar to the bubble layer, the 3D column chart can easily visualize two metrics at the same time using color and relative height. In order for the columns to have height, a measure needs to be added to the **Size** bucket of the **Fields** pane. If a measure isn't provided, columns with no height show as flat squares or circles depending on the **Shape** option.
1616

1717
:::image type="content" source="./media/power-bi-visual/3d-column-layer-styled.png" alt-text="A map displaying point data using the 3D column layer":::
1818

1919
Users can tilt and rotate the map to view your data from different perspectives. The map can be tilted or pitched using one of the following methods.
2020

21-
- Turn on the **Navigation controls** option in the **Map settings** of the **Format** pane. This will add a button to tilt the map.
22-
- Press the right mouse button down and drag the mouse up or down.
21+
- Turn on the **Navigation controls** option in the **Map settings** of the **Format** pane to add a button that tilts the map.
22+
- Hold down the right mouse button and drag the mouse up or down.
2323
- Using a touch screen, touch the map with two fingers and drag them up or down together.
2424
- With the map focused, hold the **Shift** key, and press the **Up** or **Down arrow** keys.
2525

2626
The map can be rotated using one of the following methods.
2727

28-
- Turn on the **Navigation controls** option in the **Map settings** of the **Format** pane. This will add a button to rotate the map.
29-
- Press the right mouse button down and drag the mouse left or right.
28+
- Turn on the **Navigation controls** option in the **Map settings** of the **Format** pane to add a button that rotates the map.
29+
- Hold down the right mouse button and drag the mouse left or right.
3030
- Using a touch screen, touch the map with two fingers and rotate.
3131
- With the map focused, hold the **Shift** key, and press the **Left** or **Right arrow** keys.
3232

3333
The following are all settings in the **Format** pane that are available in the **3D column layer** section.
3434

3535
| Setting | Description |
3636
|----------------------|------------------|
37-
| Column shape | The shape of the 3D column.<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;• Box – columns rendered as rectangular boxes.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Cylinder – columns rendered as cylinders. |
38-
| Height | The height of each column. If a field is passed into the **Size** bucket of the **Fields** pane, columns will be scaled relative to this height value. |
37+
| Column shape | The shape of the 3D column.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;• Box – columns rendered as rectangular boxes.<br>&nbsp;&nbsp;&nbsp;&nbsp;• Cylinder – columns rendered as cylinders. |
38+
| Height | The height of each column. If a field is passed into the **Size** bucket of the **Fields** pane, columns are scaled relative to this height value. |
3939
| Scale height on zoom | Specifies if the height of the columns should scale relative to the zoom level. |
4040
| Width | The width of each column. |
4141
| Scale width on zoom | Specifies if the width of the columns should scale relative to the zoom level. |
42-
| Fill color | Color of each column. This option is hidden when a field is passed into the **Legend** bucket of the **Fields** pane and a separate **Data colors** section will appear in the **Format** pane. |
42+
| Fill color | Color of each column. This option is hidden when a field is passed into the **Legend** bucket of the **Fields** pane and a separate **Data colors** section appears in the **Format** pane. |
4343
| Transparency | Transparency of each column. |
4444
| Min zoom | Minimum zoom level tiles are available. |
4545
| Max zoom | Maximum zoom level tiles are available. |

0 commit comments

Comments
 (0)