dundas.controls.DataLabelStyle Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.DataLabelStyle
 

Constructors

 
  Name Description
init Initializes the text style. Called during construction.
 
 

Properties

 
  Name Description
background Gets or sets the background.
borderBrush Gets or sets the brush of the border.
borderStyle Gets or sets the style of the border.
borderWidth Gets or sets the width of the border.
container Gets the container for this style.
fontColor Gets or sets the font color.
fontFamily Gets or sets the font family.
fontSize Gets or sets the font size.
fontStyle Gets or sets the font style.
fontVariant Gets or sets the font variant.
fontWeight Gets or sets the font weight.
id Gets or sets the ID of the state represented by this style.
isDisplayedInLegend Gets or sets a value indicating whether the legend items corresponding to this style are displayed in the legend connected to the data label.
legendCategory Gets or sets the legend category heading.
legendText Gets or sets the legend text.
lineHeight Gets or sets the line height of this style.
name Gets or sets the visible name of the state associated with this style.
parentControl Gets the parent control of this style.
text Gets or sets the text to display when the data is in this state. This text can include placeholder keywords.
textTransform Gets or sets the text transformation of this style.
tooltip Gets or sets the tooltip that should be displayed for this style.
 
 

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 label 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 Returns a string representation of this style.