AxisSymbol

AxisSymbol

Internal sub-component of ve.DatavisSuite.

Please refer to ve.Component for methods or fields inherited from this Component's parent such as .options.attributes or .element.

Constructor:
  • arg0_value: Object
  • arg1_options: Object
    • .datavis_suite_obj: ve.DatavisSuite - The DatavisSuite that the X Axis Symbol is attached to.
    • .graph_obj: ve.Graph - The graph to bind the given symbol to.
    • .name="<X/Y/Z> Axis Symbol": string

Methods

getDataSeries(arg0_series_id, arg1_optionsopt)

Gets the data series that determines axis tick labels from arg1_options.datavis_suite_obj.

Source:
Parameters:
Name Type Attributes Description
arg0_series_id string
arg1_options Object <optional>
Name Type Attributes Default Description
mode string <optional>
"vertical"

Either 'horizontal'/'vertical'.