rspencer1984

Members
  • Content count

    2
  • Joined

  • Last visited

About rspencer1984

  • Rank
    Forum Newbie
  1. Adding Area's to Scatter

    Hi Saptarshi, The chart is generated in VB6; code listed below for anyone who wishes to replicate it... The construct of the chart is a Colour Binning Chart, for categorising White Light into manageable sections. Basically we have a Light Chromaticity Meter which measures the X,Y coordinates of any given light source and feeds this information into the system. Which then processes it, and populates the coordinate point onto this graph. The operative can the assess if the product is suitable and which category to issue it to. My next question. I have found a work-around for having floating labels, simply by generating another dataset to create an invisible anchor on the graph, however when showvalue is on the display always reverts to displaying the actual value of the anchor, even when displayvalue="custom"...is this a bug? Or have I missed something? Code shown below for it; Happy Fusioncharting Thanks
  2. Adding Area's to Scatter

    Hi Everyone, Basically Ism using the scatter graph, for charting X, Y coordinates. Now this is fine, I have several database driven area's with are retrieved and populated onto the chart, giving a chart as shown in the image ; Some of you may recognize the layout, those of you who do I take my hat off to you Basically the shapes are constructed from x y coordinates assigned to each. Each shape has a sperate dataset. My question; is it possible to have FusionCharts fill the shape backgrounds a certain colour? And also present a custom label within the shape? Thanks in advance guys, Ross Spencer