dundas.controls.ChartAxisGridLineStyle Class

Defines the appearance settings for perpendicular grid lines positioned along an axis.
 

Inheritance Hierarchy

 
Class
   dundas.controls.ChartAxisGridLineStyle
 

Constructors

 
  Name Description
init Initializes the grid line style. Called during construction.
 
 

Properties

 
  Name Description
isVisible Gets or sets a value indicating whether the grid line is rendered.
stroke Gets or sets the grid line brush.
strokeDashType Gets or sets the type of dashes drawn by the grid line stroke.
strokeOpacity Gets or sets the opacity of the grid line stroke.
strokeWidth Gets or sets the thickness of the grid line.
 
 

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.