dundas.controls.ChartStateStyle Class

Defines settings to apply to data points based on their current state as determined by their values.
 

Inheritance Hierarchy

 
Class
   dundas.controls.ChartPointStyle
      dundas.controls.ChartStateStyle
 

Constructors

 
  Name Description
init Initializes the data point style. Called during construction. Inherited from dundas.controls.ChartPointStyle.
 
 

Properties

 
  Name Description
fill Gets or sets the brush used to fill the interior of the data point shape. Inherited from dundas.controls.ChartPointStyle.
isDisplayedInLegend Gets or sets a value indicating whether this instance is displayed in the legend. Inherited from dundas.controls.ChartPointStyle.
isMarkerEnabled Gets or sets a value indicating whether markers are displayed at the locations of the values of the data point. Inherited from dundas.controls.ChartPointStyle.
labels Gets or sets the collection of settings objects defining labels to be displayed for each data point. Inherited from dundas.controls.ChartPointStyle.
legendCategory Gets or sets an optional category name used to group this legend items with others. Inherited from dundas.controls.ChartPointStyle.
legendText Gets or sets the text to display for this data in the legend, which can include data point keywords. Inherited from dundas.controls.ChartPointStyle.
markerFill Gets or sets the brush used to fill the interior of the data point markers. Inherited from dundas.controls.ChartPointStyle.
markerHeight Gets or sets the height of the markers. Inherited from dundas.controls.ChartPointStyle.
markerShape Gets or sets the shape of the markers. Inherited from dundas.controls.ChartPointStyle.
markerStroke Gets or sets the brush used for the stroke of the markers, drawn around their outside. Inherited from dundas.controls.ChartPointStyle.
markerStrokeWidth Gets or sets the width of the stroke of the markers in pixels. Inherited from dundas.controls.ChartPointStyle.
markerWidth Gets or sets the width of the markers. Inherited from dundas.controls.ChartPointStyle.
stateId Gets or sets the ID of the state for which this instance customizes the appearance.
stroke Gets or sets the brush used for the stroke, if any. The stroke is drawn around the outside of the data point fill area. Inherited from dundas.controls.ChartPointStyle.
strokeDashType Gets or sets the type of dashes drawn by the stroke. Inherited from dundas.controls.ChartPointStyle.
strokeWidth Gets or sets the width of the stroke in pixels. Inherited from dundas.controls.ChartPointStyle.
tooltipText Gets or sets text including keywords to display in a tooltip for this data point. Inherited from dundas.controls.ChartPointStyle.
 
 

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.ChartPointStyle.