dundas.controls.ChartAxisTitleStyle Class

Defines the appearance settings for an axis title.
 

Inheritance Hierarchy

 
Class
   dundas.controls.ChartAxisTitleStyle
 

Constructors

 
  Name Description
init Initializes the title style. Called during construction.
 
 

Properties

 
  Name Description
fontColor Gets or sets the color used to draw the title text.
fontFamily Gets or sets the title font family.
fontSize Gets or sets the title font size.
fontStyle Gets or sets the title font style.
fontVariant Gets or sets the title font variant.
fontWeight Gets or sets the title font weight.
location Gets or sets the location of the axis title.
perpendicularMargin Gets or sets the perpendicular distance between the title and the previous axis elements (i.e. the labels, tick marks, or axis line).
rotation Gets or sets the rotation of the axis title for vertical axes.
textAlign Gets or sets the alignment of the text.
textWrap Gets or sets the wrapping of the text.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
invalidate Ensures the data control is re-drawn using the current data and settings at the next best time made available by the browser. This method is normally called automatically when needed.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
toString Creates a string representation of this instance.