dundas.controls.ChartAxisTickMarkStyle Class

Defines the appearance settings for tick marks displayed along an axis.
 

Inheritance Hierarchy

 
Class
   dundas.controls.ChartAxisTickMarkStyle
 

Constructors

 
  Name Description
init Initializes the tick mark style. Called during construction.
 
 

Properties

 
  Name Description
isRepeatedCircularly Gets or sets a value indicating whether tick marks for radial axes are repeated at regular intervals at different angles, based on the angular axis grid lines.
isVisible Gets or sets a value indicating whether tick marks are rendered.
length Gets or sets the length of the tick mark.
placement Gets or sets the placement of the tick marks relative to the axis line.
stroke Gets or sets the tick mark brush.
strokeDashType Gets or sets the type of dashes drawn by the tick mark stroke.
strokeOpacity Gets or sets the opacity of the tick mark stroke.
strokeWidth Gets or sets the tick mark width.
 
 

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.