EJSC.Chart.legend_state
See Also
Definition
string legend_state = "normal"
Valid options are "normal" or "minimized".
Description
Defines the initial state of the legend. This property is only applicable during chart creation. To modify the state of the legend after the chart has been created, see Chart.legendMinimize() and Chart.legendRestore(). To check the current state of the legend during chart execution, see Chart.getLegendState(). |