dundas.controls.ChartPointStyle Class

Defines common chart data point appearance settings.
 

Inheritance Hierarchy

 
Class
   dundas.controls.ChartPointStyle
      dundas.controls.ChartPoint
      dundas.controls.ChartSelectedStyle
      dundas.controls.ChartSeries
      dundas.controls.ChartStateStyle
 

Constructors

 
  Name Description
init Initializes the data point style. Called during construction.
 
 

Properties

 
  Name Description
fill Gets or sets the brush used to fill the interior of the data point shape.
isDisplayedInLegend Gets or sets a value indicating whether this instance is displayed in the legend.
isMarkerEnabled Gets or sets a value indicating whether markers are displayed at the locations of the values of the data point.
labels Gets or sets the collection of settings objects defining labels to be displayed for each data point.
legendCategory Gets or sets an optional category name used to group this legend items with others.
legendText Gets or sets the text to display for this data in the legend, which can include data point keywords.
markerFill Gets or sets the brush used to fill the interior of the data point markers.
markerHeight Gets or sets the height of the markers.
markerShape Gets or sets the shape of the markers.
markerStroke Gets or sets the brush used for the stroke of the markers, drawn around their outside.
markerStrokeWidth Gets or sets the width of the stroke of the markers in pixels.
markerWidth Gets or sets the width of the markers.
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.
strokeDashType Gets or sets the type of dashes drawn by the stroke.
strokeWidth Gets or sets the width of the stroke in pixels.
tooltipText Gets or sets text including keywords to display in a tooltip for this data point.
 
 

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.