dundas.controls.RelationshipDiagramLabelSettings Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.DiagramLabelSettings
      dundas.controls.RelationshipDiagramLabelSettings
         dundas.controls.RelationshipDiagramLinkLabelSettings
         dundas.controls.RelationshipDiagramNodeLabelSettings
 

Constructors

 
  Name Description
init Initializes the instance. Called during construction. Inherited from dundas.controls.DiagramLabelSettings.
 
 

Properties

 
  Name Description
fontColor Gets or sets the color of the text displayed. Inherited from dundas.controls.DiagramLabelSettings.
fontFamily Gets or sets the label's font family. Inherited from dundas.controls.DiagramLabelSettings.
fontSize Gets or sets the label's font size. Inherited from dundas.controls.DiagramLabelSettings.
fontStyle Gets or sets the label's font style. Inherited from dundas.controls.DiagramLabelSettings.
fontWeight Gets or sets the label's font weight. Inherited from dundas.controls.DiagramLabelSettings.
insideAlignment Gets or sets the vertical alignment of the text when inside a data point. Inherited from dundas.controls.DiagramLabelSettings.
insideDarkColor Gets or sets the color of the text when displayed over its data, to contrast against light colors. Inherited from dundas.controls.DiagramLabelSettings.
insideLightColor Gets or sets the color of the text when displayed over its data, to contrast against dark colors. Inherited from dundas.controls.DiagramLabelSettings.
insideMargin The amount of space in pixels to leave empty between the label and the edge of the data point when placed inside. Inherited from dundas.controls.DiagramLabelSettings.
outsideAlignment Gets or sets the alignment of the label relative its data point when placed outside. Inherited from dundas.controls.DiagramLabelSettings.
outsideCanOverlapData Gets or sets a value indicating whether the label can be placed outside even if forced to overlap with a data point. Inherited from dundas.controls.DiagramLabelSettings.
outsideCanOverlapLabels Gets or sets a value indicating whether the label can be placed outside even if forced to overlap with other labels. Inherited from dundas.controls.DiagramLabelSettings.
placement Gets or sets the placement used to position the label relative to its data point. Inherited from dundas.controls.DiagramLabelSettings.
text Gets or sets the text including keywords to display in the label. Inherited from dundas.controls.DiagramLabelSettings.
textAlign Gets or sets the alignment of the text for labels with multiple lines of different lengths. Inherited from dundas.controls.DiagramLabelSettings.
 
 

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