[]
        
(Showing Draft Content)

WjFlexChartAxis Class

WjFlexChartAxis Class

AngularJS directive for the FlexChart Axis object.

The wj-flex-chart-axis directive must be contained in a wijmo.angular.chart.WjFlexChart directive or wijmo.angular.chart.finance.WjFinancialChart directive. It supports the following attributes:

wj-property
@ Defines the FlexChart property name, axis-x or axis-y, to initialize with the directive.
axis-line
@ The value indicating whether the axis line is visible.
binding
@ Gets or sets the comma-separated property names for the wijmo.chart.Axis.itemsSource property to use in axis labels. The first name specifies the value on the axis, the second represents the corresponding axis label. The default value is 'value,text'.
format
@ The format string used for the axis labels (see Globalize).
item-formatter
= The formatter function that customizes the appearance of axis labels.
items-source
= The items source for the axis labels.
labels
@ The value indicating whether the axis labels are visible.
label-angle
@ The rotation angle of axis labels in degrees.
label-align
@ The alignment of axis labels.
label-padding
@ The padding of axis labels.
major-grid
@ The value indicating whether the axis includes grid lines.
major-tick-marks
@ Defines the appearance of tick marks on the axis (see TickMark).
major-unit
@ The number of units between axis labels.
max
@ The minimum value shown on the axis.
min
@ The maximum value shown on the axis.
minor-grid
@ The value indicating whether the axis includes minor grid lines.
minor-tick-marks
@ Defines the appearance of minor tick marks on the axis (see TickMark).
minor-unit
@ The number of units between minor axis ticks.
origin
@ The axis origin.
overlappingLabels
@ The OverlappingLabels value indicating how to handle the overlapping axis labels.
position
@ The Position value indicating the position of the axis.
reversed
@ The value indicating whether the axis is reversed (top to bottom or right to left).
title
@ The title text shown next to the axis.

Heirarchy

  • WjDirective
    • WjFlexChartAxis