Hope someone can shed some light.... I am using the Bar Graph (RTBARX)from the activeX with VB6. I get the chart displayed correctly but the BarChannelTagName values above the 'Bars' get progressivly more to the right. I am displaying 8 bars at the moment but would like to get 20, but the text alignment problem needs to be overcome. So what am I doing wrong? Si
The tag names are not meant to be perfectly aligned over the respective bars. The space allocated for the display of the tag names also includes space to the left of the left axis and the right of the right axis, so as to be able to display more and longer tag names. As you add more and more channels the mis-alignment of the tag names vs the bar becomes apparent for the first few and last few tag names. The tag names are meant to be color coded to the bars, not positionally tied to the bars.