Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1401
Chart Viewing abilities
posted

Facing few limitations with present version (2008 vol2). If there is a way to acheive these, request you to please explain the same:

1. Need to change the location of Legend box dynamically by the user over the chart area

2. Can the legend entries ( each entry for each series ) be placed side by side for each new chart layer added to the composite chart area instead of placing them horizontally

3. Is there any feature similar to --> when double clicked on any of the axis on the chart area, a menu strip opens to modify dynamically axis properties (like tickmark style, label spacing, axis line stroke etc,.). Right now I handled this by creating a custom control on chart control double click and providing all chart properties together in a grid view similar to windows property window

4. Are there any separate events like chart axis double click, chart title double click, legend box double click? instead handling only with chart double click

5. When changing axis labels font size, titles font size, legends font size, facing issue with the   auto align of axis extent, chart titles extent. Part of the fonts either being clipped (when the font size is large) or extent is too much (when font size is small). Right now I handled this by adjusting the extents, when ever the font size is changed like first decreasing the chart area, then incresing the extent or decreasing to fit the increased or decresed font sizes, but wanted to avoid this to make the code more simple. Is there any property to set this (say to auto fit size) when ever the fonts size of titles, axis labels were changed