JavaScript/jQuery Chart - CommonAxisSettings
Defines common settings for both the argument and value axis in a chart.
aggregatedPointsPosition
Specifies the start position of the aggregated series points in the aggregation interval.
allowDecimals
Specifies whether to allow decimal values on the axis. When false, the axis contains integer values only.
discreteAxisDivisionMode
Specifies whether ticks and grid lines should cross axis labels or lie between them. Applies only to the axes of the "discrete" type.
endOnTick
Specifies whether to force the axis to start and end on ticks.
maxValueMargin
Controls the empty space between the maximum series points and the axis. Applies only to the axes of the "continuous" and "logarithmic" type.
minValueMargin
Controls the empty space between the minimum series points and the axis. Applies only to the axes of the "continuous" and "logarithmic" type.
opacity
Specifies how transparent the axis line should be.
valueMarginsEnabled
Adds an empty space between axis ends and minimum/maximum series points.