ChartType

The chart type choices for chart control series.
 

Example

The following is an example of how to reference the ChartType object:

	// The full path is required.
	dundas.controls.ChartType.AREA
	

 

Properties

 
  Name Description
  AREA Draws a filled area between zero and connecting points along one or more axes.
  BAR Displays bars or columns starting from zero.
  BOX_PLOT Displays a box-and-whisker plot for each data point with its elements positioned using the point's measure values.
  BUBBLE Plots circles sized by measure values along one or more axes.
  CANDLESTICK Displays bars indicating the direction of open versus close values with wicks ranging from high to low values.
  CURVED_AREA Draws a filled area between zero and smooth curves connecting points.
  CURVED_LINE Draws smooth curves connecting points.
  CURVED_RANGE Draws a filled area between two smooth curves connecting points.
  HEAT_MAP Displays rectangles filling the plotting area that can change color based on values.
  LINE Draws lines connecting points along one or more axes.
  PIE Plots points as slices of a pie or donut.
  POINT Plots points or symbols along one or more axes.
  RADAR_AREA Draws a filled area between zero and connecting points around a circular chart.
  RADAR_LINE Draws lines connecting points around a circular chart.
  RADAR_POINT Plots points or symbols around a circular chart.
  RADAR_RANGE Draws a filled area between two sets of connecting points around a circular chart.
  RADAR_STACKED_AREA Draws series of connecting points stacked on top of previous series around a circular chart.
  RANGE Draws a filled area between two sets of connecting points along one or more axes.
  RANGE_BAR Displays series of bars or columns ranging between two values.
  STACKED_AREA Draws series of connecting points stacked on top of previous series, filling areas below and starting from zero.
  STACKED_AREA_100 Displays series of connecting points stacked on top of previous series as percentages of their totals, filling areas below and starting from zero.
  STACKED_BAR Displays series of stacked bars or columns starting from zero.
  STACKED_BAR_100 Displays series of stacked bars or columns as percentages of their totals starting from zero.
  STOCK Displays bars as lines ranging between high and low values with optional open and close value ticks.
  WATERFALL Displays bars that each begin where the previous ended to show the cumulative total.