dundas.controls.DiagramSelectedDataStyle Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.DiagramSelectedDataStyle
      dundas.controls.RelationshipDiagramSelectedDataStyle
      dundas.controls.TreeDiagramSelectedDataStyle
 

Constructors

 
  Name Description
init Initializes the selected data style. Called during construction.
 
 

Properties

 
  Name Description
brightnessOffset Gets or sets an offset to apply to the node background's brightness as a percentage of the range of possible values.
fill Gets or sets the brush used to fill the interior of the data point shape.
opacityOffset Gets or sets an offset to apply to the node background's current opacity as a percentage of the range of possible values.
saturationOffset Gets or sets an offset to apply to the node background's current saturation as a percentage of the range of possible values.
stroke Gets or sets the brush used for the stroke, if any. The stroke is drawn around the outside of the data point fill area.
strokeDashType Gets or sets the type of dashes drawn by the stroke.
strokeWidth Gets or sets the width of the stroke in pixels.
 
 

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.