EJSC.Chart.x_value_hint_caption
See Also
|
Definition
string x_value_hint_caption = "X Value:"
Description
Defines the text to display in front of the X value in the hint (leave blank to hide the X value).
Example
>> Customize the x-value label in the hint window
var chart = new EJSC.Chart( "chart", {x_value_hint_caption: "Month:"} ); |