dundas.controls.ChartAxisLabelRow Class

Defines one row of labels to be displayed along a chart axis.
 

Inheritance Hierarchy

 
Class
   dundas.controls.ChartAxisLabelRow
 

Constructors

 
  Name Description
init Initializes the instance. Called during construction.
 
 

Properties

 
  Name Description
formats Gets a collection containing the possible format strings to attempt in order to fit labels.
id Gets or sets an optional value uniquely identifying this axis label row.
interval Gets or sets the size of the label interval.
intervalMethod Gets or sets the method used to generate labels.
intervalOffset Gets or sets the initial offset of the labels.
intervalOffsetType Gets or sets the type of date or time period of the interval.
intervalType Gets or sets the type of date or time period of the interval.
isExpanderVisible Gets or sets a value indicating whether expander buttons are displayed next to the labels.
isFirstRowOnly Gets or sets a value indicating whether this row of labels should only be shown if it fits the interval of labels to show in the first row.
isOneGroupingVisible Gets or sets a value indicating whether the grouping is shown if only one grouping is visible when isShownAsGrouping is true and this is not the row of labels closest to the axis.
isShownAsGrouping Determines whether the labels are shown as a grouping or individual axis labels.
name Gets or sets the display name for this row of axis labels, which will be displayed in their tooltip.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
toString Returns a string representation of this object.