Wijmo UI for the Web
compass Field
wijmo.chart Namespace > chart_axis Interface : compass Field
A value that indicates where to draw the X axis using the four points of a compass.
Default: "south"
Type: String
Valid Values:
  • "north" Draws the axis along the top edge of the chart.
  • "south" Draws the axis along the bottom edge of the chart.
  • "east" Draws the axis along the right edge of the chart.
  • "west" Draws the axis along the left edge of the chart.
Syntax
var instance; // Type: wijmo.chart.chart_axis;
var value; // Type: string
value = instance.compass;
var compass : string;
Remarks
"north" Draws the axis along the top edge of the chart. "south" Draws the axis along the bottom edge of the chart. "east" Draws the axis along the right edge of the chart. "west" Draws the axis along the left edge of the chart.
See Also

Reference

chart_axis Interface