Skip to main content
Visitor II
June 20, 2020
Solved

How to change the scale for my Chart?

  • June 20, 2020
  • 1 reply
  • 1187 views

Dear all,

is it possible to change the Y scale for Chart? In the information panel I can see group

[Home] Chartorder4

width"7"

height"5"

chartType"line"

curveType"linear"

duration"10"

ymin""

ymax""

, but in the Properties tab I can see only group, size, chart type, curve type, duration and name... Scale is missed.

    This topic has been closed for replies.
    Best answer by Landry

    Dear @OVeli.1​ ,

    These ymin & ymax attributes are only available for Bar chart type :

    " Y-Axis : Allows to define the Y axis lower and upper bounds for a bar chart. If the min and/or max value(s) is (are) not set, the bar chart will autoscale to any values received (with the 0 value centered in the middle of the graph). "

    If you select the chart type Bar chart, you will see attributes Y-Axis.

    1 reply

    LandryAnswer
    Visitor II
    June 22, 2020

    Dear @OVeli.1​ ,

    These ymin & ymax attributes are only available for Bar chart type :

    " Y-Axis : Allows to define the Y axis lower and upper bounds for a bar chart. If the min and/or max value(s) is (are) not set, the bar chart will autoscale to any values received (with the 0 value centered in the middle of the graph). "

    If you select the chart type Bar chart, you will see attributes Y-Axis.