ChartBarConnectingLineStyle

The styles of connecting lines drawn between bars.
 

Example

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

	// The full path is required.
	dundas.controls.ChartBarConnectingLineStyle.AUTO
	

 

Properties

 
  Name Description
  AUTO No connecting lines are drawn between bars.
  BETWEEN Lines are drawn between the edges of the bars if there is a gap between them.
  BRIDGE When both bars extend to the same value, a straight line is drawn spanning the full widths of the bars plus the gap.
  NONE No connecting lines are drawn between bars.