GetBarPaintWidth()
GetBarPaintWidth()
Definition
Returns the width of the bars in the primary Bars object on the chart, in pixels.
Method Return Value
A double representing the pixel width of bars on the chart.
Syntax
\<chartcontrol\>.GetBarPaintWidth(ChartBars chartBars)
Method Parameters
Examples
In the image below, GetBarPaintWidth() reveals that the bars are being drawn 27 pixels wide on the chart:


