EJSC.Series.getPadding
See Also
|
Definition
object getPadding( )
RETURNS: { x_axis_min: number, x_axis_max: number, y_axis_min: number, y_axis_max: number }
Description
Returns an object containing the series current padding. If padding has been set either by the Series.setPadding() method of the Series.padding property during construction the result of this method will be adjusted to return the most current padding values. |