dundas.controls.ChartSelectedStyle Class

Defines appearance settings to apply to chart data points in a particular selected state.
 

Inheritance Hierarchy

 
Class
   dundas.controls.ChartPointStyle
      dundas.controls.ChartSelectedStyle
 

Constructors

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

Properties

 
  Name Description
brightnessOffset Gets or sets an offset to apply to the data points' current brightness as a percentage of the range of possible values.
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.
isLineMarkerEnabled Gets or sets a value indicating whether markers are displayed when data points are selected and their chart type is a line chart type.
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.
opacityOffset Gets or sets an offset to apply to the data points' current opacity as a percentage of the range of possible values.
saturationOffset Gets or sets an offset to apply to the data points' current saturation as a percentage of the range of possible values.
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.