dundas.controls.DiagramStateStyle Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.DiagramStateStyle
      dundas.controls.ChordDiagramStateStyle
      dundas.controls.RelationshipDiagramStateStyle
      dundas.controls.SankeyDiagramStateStyle
      dundas.controls.TreeDiagramStateStyle
      dundas.controls.WordCloudStateStyle
 

Constructors

 
  Name Description
init
 
 

Properties

 
  Name Description
fill Gets or sets the fill color for this element.
isDisplayedInLegend Gets or sets a value indicating whether this instance is displayed in the legend.
labelSettings Gets or sets the label settings applied to nodes that belong to this state.
legendCategory Gets or sets the legend category for nodes that belong to this state. Legend category can contain keywords that will be mapped to string before displaying it.
legendText Gets or sets the legend text for nodes that belong to this state.
stateId Gets or sets the ID of the state for which this instance customizes the appearance.
tooltipText Gets or sets the tooltip text for nodes/links that belong to this state. Tooltip text can contain keywords that will be mapped to string before displaying it.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
setupLegendItem Sets up a legend item to identify this 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.