Specifies whether the chart area is displayed on the left or right side of the component.
Type
Description
Boolean
A booleane expression that specifies whether the chart is displayed on left or
right side of the control.
By default, the ChartOnLeft property is False, so the chart
area is displayed on the right side of the control. The RightToLeft
property flips the order of the control's elements from right to left. Use the
PaneWidth property to specify the width of
the panels. The OnResizeControl
property specifies which panel is getting resized when the control is resized.
Use the Chart property to access the chart's
properties and methods.