amdy789
Members-
Content count
6 -
Joined
-
Last visited
About amdy789
-
Rank
Forum Newbie
-
Scatter chart questions - how to change the anchor colors automatically
amdy789 posted a topic in General usage
Hi All, I have a few questions for scatter charts: 1) when I change the palette attribute number, it doesn't change anything 2) by default, all the points for different datasets render anchor borders in different colors. This is nice, but how can I make the background in different colors as well? Now it renders as transparent. I understand that I can make any colors manually by changing anchorBgColor. But what if a total number of points is 50-60? How can I force the color changing automatically? What I need is to render all anchors in different colors and make them solid (not just a border) Thank you! -
Hi Rajroop, It is msarea2d Thank you
-
Thank you. I have found a reference in your docs: http://www.fusioncharts.com/docs/Contents/AttDesc/VLines.html Is linePosition='0' is supported by the VB version? I tried adding it, but it makes no difference - the vertical line is still drawn between data points.
-
Rahul, Thank you. What happens if I use arrays to populate data? Is it possible to add VLines vi arrays? Thanks
-
Hi All, How can I add a vertical line via VB? If I use myChart.Data.Add.addVLine ("...."), what is a syntax to position a vertical line on X-axis? Please, help Thanks
-
Hi All, I am playing around with Fusioncharts for VBA. I am having the problem of changing the sizes of charts. Here is what happening: 1) I am adding a chart to a userform and changing its height and width 2) open a userform 3) the chart placeholders always changes to a default 180 x 240 4) I change the size of a chart on the userform, start the form --> it again changes back. 5) if I open the userform in the Design mode, it shows the default size 180 x 240 I have managed to force the size by defining all charts' sizes upon loading the form, i.e. MyForm.FusionCharts1.Width = 300 MyForm.FusionCharts1.Height = 230 But it is very annoying that I cannot save any properties of the Fusion Chart object. Is it a bug? Thanks Andy