dundas.controls.StateIndicatorStyle Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.StateIndicatorStyle
 

Constructors

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

Properties

 
  Name Description
animationDuration Gets or sets the animation duration.
animationEasing Gets or sets the easing function used when animating.
animationFill Gets or sets the fill of the marker to transition to when animating.
backgroundAnimationFill Gets or sets the fill of the background marker to transition to when animating.
backgroundFill Gets or sets the fill of the background marker symbol.
backgroundStroke Gets or sets the stroke of the background marker.
backgroundStrokeDashType Gets or sets the dash pattern of the background marker stroke.
backgroundStrokeWidth Gets or sets the width of the background marker stroke.
backgroundSymbol Gets or sets the background marker symbol.
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.
fontWeight Gets or sets the font weight.
height Gets or sets the height in pixels.
horizontalTextAlignment Gets or sets the horizontal alignment of text.
id Gets or sets the ID of the state displayed by this style.
isAnimationEnabled Gets or sets a value that determines if animation is enabled.
isDisplayedInLegend Gets or sets a value that determines Whether or not information about this state should appear in the legend as an legend item.
isVisible Gets or sets a value that determine if the state is visible.
legendCategory Gets or sets the category of the legend item corresponding to this state.
legendText Gets or sets the text to be displayed in the legend item that represents this state on the legend.
markerFill Gets or sets the fill of the marker symbol.
markerPadding Gets or sets the padding reserved between the inner marker symbol and its set width and height.
markerStroke Gets or sets the stroke of the marker.
markerStrokeDashType Gets or sets the dash pattern of the marker stroke.
markerStrokeWidth Gets or sets the width of the outline around the marker in pixels.
markerSymbol Gets or sets the marker symbol.
name Gets or sets the display name of this style.
parentControl Gets the parent control of this style.
text Gets or sets the text, which can include placeholder keywords.
tooltip Gets or sets the tooltip of the state, which can include placeholder keywords.
verticalTextAlignment Gets or sets the vertical alignment of text.
width Gets or sets the width 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.
invalidate Ensures the indicator 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 state style.