dundas.controls.LegendItem Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.LegendItemStyle
      dundas.controls.LegendItem
 

Constructors

 
  Name Description
init Initializes the legend item. Called during construction.
 
 

Properties

 
  Name Description
background Gets or sets the background.
backgroundMarkerFill Gets or sets the background marker fill property. Inherited from dundas.controls.LegendItemStyle.
backgroundMarkerStroke Gets or sets the background marker stroke property. Inherited from dundas.controls.LegendItemStyle.
backgroundMarkerStrokeDashType Gets or sets the pattern of dashes in the stroke of the background marker. Inherited from dundas.controls.LegendItemStyle.
backgroundMarkerStrokeWidth Gets or sets the background marker stroke width property. Inherited from dundas.controls.LegendItemStyle.
backgroundMarkerSymbol Gets or sets the symbol displayed in the background of the marker for this legend item. Inherited from dundas.controls.LegendItemStyle.
category Gets or sets the category.
checkboxHeight Gets or sets the checkbox height. Inherited from dundas.controls.LegendItemStyle.
checkboxMargin Gets or sets the total space reserved around the legend item checkbox.
checkboxWidth Gets or sets the checkbox width. Inherited from dundas.controls.LegendItemStyle.
colorRules Gets or sets the color rules to be displayed as a color scale in the legend.
fontColor Gets or sets a value that determines the font color of the text in this legend item.
fontFamily Gets or sets a value that determines the font family of the text in this legend item.
fontSize Gets or sets a value that determines the font size of the text in this legend item.
fontStyle Gets or sets a value that determines the font style of the text in this legend item.
fontWeight Gets or sets a value that determines the font weight of the text in this legend item.
hashKey Gets the hash key for this legend item.
id Gets or sets a unique identifier for this legend item.
isCheckboxChecked Gets or sets a value indicating whether the checkbox is checked.
isCheckboxVisible Gets or sets a value indicating whether the checkbox is visible.
isMarkerVisible Gets or sets a value indicating whether the marker is visible. Inherited from dundas.controls.LegendItemStyle.
isVisible Gets or sets the visibility of this legend item.
markerFill Gets or sets the marker fill property. Inherited from dundas.controls.LegendItemStyle.
markerHeight Gets or sets the marker height property. Inherited from dundas.controls.LegendItemStyle.
markerMargin Gets or sets the margin reserved outside of the legend item marker width and height.
markerPadding Gets or sets the padding reserved between the inner marker symbol and its set width and height. Inherited from dundas.controls.LegendItemStyle.
markerStroke Gets or sets the marker stroke property. Inherited from dundas.controls.LegendItemStyle.
markerStrokeDashType Gets or sets the pattern of dashes in the stroke of the marker. Inherited from dundas.controls.LegendItemStyle.
markerStrokeWidth Gets or sets the marker stroke width property. Inherited from dundas.controls.LegendItemStyle.
markerSymbol Gets or sets the symbol displayed as the marker for this legend item. Inherited from dundas.controls.LegendItemStyle.
markerWidth Gets or sets the marker width property. Inherited from dundas.controls.LegendItemStyle.
measuredHeight Gets the measured height of this item.
measuredWidth Gets the measured width of this item.
ownerId Gets or sets the unique identifier of the owner of this legend item.
padding Gets or sets the padding for the legend item.
parentControl Gets the legend. Inherited from dundas.controls.LegendItemStyle.
text Gets or sets the text property.
textMargin Gets or sets the margin reserved around the text of this legend item.
tooltip Gets or sets the tooltip property.
 
 

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 legend is re-drawn using the current settings at the next best time made available by the browser. This method is normally called automatically when needed. Inherited from dundas.controls.LegendItemStyle.
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. A string representation of this object. Inherited from dundas.controls.LegendItemStyle.