How to: Specify a Chart Axis Start Value

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

This topic provides the steps to specify the chart axis start value in a column chart report. Column chart types have two axes that are used to categorize and display data relationships called the Value Axis and the Category Axis. The axes are shown in the following illustration. You can format axes by using the Properties window to change values for the axis title, interval, minimum, and maximum chart axis value.

ColumnChart with Value and Category Labeled

For the complete steps to create a column chart report, see Walkthrough: Using AX Enum Provider in a Column Chart Report.

Setting a chart axis start value

To set a chart axis start value

  1. From AOT or Application Explorer, open a report for edit for which you want to set the chart axis start value. The axis value applies to auto design reports created from a dataset where the Default Layout in the Properties window is set to ColumnChart, BarChart, or LineChart.

  2. In Model Editor, expand the auto design, and then select the XYChart data region.

  3. In the Properties window, set the Category Axis Data Scale Minimum property or the Value Axis Data Scale Minimum property to specify the chart axis start value.

  4. Click Preview to preview the report.

The following table describes the properties related to axes.

Property

Description

Category Axis Data Scale Maximum

The maximum value that should be used for the category axis data scale.

Category Axis Data Scale Minimum

The minimum value that should be used for the category axis data scale.

Category Axis Interval

The interval between gridlines, tick marks, and labels. When set to 0, the axis interval will default based on the report data.

Category Axis Title

The title of the category axis.

Value Axis Data Scale Maximum

The maximum value that should be used for the value axis data scale.

Value Axis Data Scale Minimum

The minimum value that should be used for the value axis data scale.

Value Axis Interval

The interval between gridlines, tick marks, and labels. When set to 0, the axis interval will default based on the report data.

Value Axis Title

The title of the value axis.

See also

Adding Interactive Features to Reports

Working with Data Regions