<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetLeftAxisMinPosition |
Sets the minimum starting point of the left Y-axis line.
Prototype :
void SetLeftAxisMinPosition
(
float LeftAxisMinPosition
)
Arguments :
LeftAxisMinPosition |
minimum starting point |
Reference :
The starting position of the left Y-axis line of the chart is automatically adjusted according to the text length of the data label displayed on the left Y-axis.
If multiple charts are bound to one report, to adjust the starting position of the left Y-axis to the same position, set the LeftAxisMinPosition argument value to a value greater than 0 appropriately.
Example :
This.SetLeftAxisMinPosition(30);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind