dundas.controls.TreeDiagramStateStyle Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.DiagramStateStyle
      dundas.controls.TreeDiagramStateStyle
 

Constructors

 
  Name Description
init Inherited from dundas.controls.DiagramStateStyle.
 
 

Properties

 
  Name Description
fill Gets or sets the fill color for this element. Inherited from dundas.controls.DiagramStateStyle.
isDisplayedInLegend Gets or sets a value indicating whether this instance is displayed in the legend. Inherited from dundas.controls.DiagramStateStyle.
labelSettings Gets or sets the label settings applied to nodes that belong to this state. Inherited from dundas.controls.DiagramStateStyle.
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. Inherited from dundas.controls.DiagramStateStyle.
legendText Gets or sets the legend text for nodes that belong to this state. Inherited from dundas.controls.DiagramStateStyle.
stateId Gets or sets the ID of the state for which this instance customizes the appearance. Inherited from dundas.controls.DiagramStateStyle.
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. Inherited from dundas.controls.DiagramStateStyle.
 
 

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. Inherited from dundas.controls.DiagramStateStyle.
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. Inherited from dundas.controls.DiagramStateStyle.