Vertical Gauge Scale Line

Overview

Scale line is similar to scale bar with the only difference: it is a line. Its settings are the same as Border settings, but is also has align and padding attributes, allowing you to adjust line's position. Here is a simple example of scale line settings, where we have created a red scale line and placed it to the left from our axis labels:

XML Syntax
Plain code
01 <axis position="60" size="30" start_margin="5" end_margin="5">
02   <scale_line enabled="true" padding="6" type="Solid" color="Red" thickness="1" opacity="0.9" align="Inside" />
03 </axis>

 

Live Sample:  vertical scale line sample

to top