bouldo

Members
  • Content count

    4
  • Joined

  • Last visited

Everything posted by bouldo

  1. When I select a pie slice I would like to make the remaining pie slices - 50% opacity does anybody know how this can be done - how to read user input back from the chart. cheers
  2. Making Anchor a rollover

    I am using a MSCombiDY2DChart - and have the anchor points hidden - when I rollover these I would like the anchor points to become visible and disappear on rolloff. Any help appreciated thank. mk
  3. I am struggling trying to remove second color from chart background. here is my xml <chart numDivLines='4' formatNumber="1" formatNumberScale ="0" numDivLines ="2" showYAxisValues ="0" labelDisplay="none" showLabels ="1" showValues="0" setAdaptiveYMin="1" bgAlpha="0,0" bgColor = "272727" canvasBgColor ="272727, 272727" showAlternateYGridColor ="0" showBorder ="0" canvasBorderColor ="1A1A1A" lineThickness ="2" lineColor = "ccff00" bgRatio = "0, 0" drawAnchors ="0" baseFont ="Arial" baseFontSize = "10" baseFontColor ="ffffff" labelPadding ="2" adjustDiv ="0" > <set label="21" value="4775"/> <set label="22" value="4817.2"/> <set label="23" value="4798.4"/> <set label="24" value="4780.1"/> <set label="25" value="4767.8"/> <set label="26" value="4746.3"/> <set label="27" value="4784.5"/> <set label="28" value="4741.4"/> <set label="29" value="4768.1"/> <set label="30" value="4727.6"/> <set label="1" value="4721"/> <trendLines> <line startValue='4800' valueOnRight='1' color='ffffff' alpha='0' displayValue='4800' /> <line startValue='4775' valueOnRight='1' color='ffffff' alpha='0' displayValue='4775' /> <line startValue='4745' valueOnRight='1' color='ffffff' alpha='0' displayValue='4745' /> <line startValue='4720' valueOnRight='1' color='ffffff' alpha='0' displayValue='4720' /> </trendLines> </chart> Thanks bouldo
  4. Hi I have been trying to find a solution for moving the y axis values to the right of the chart (removing them from the left) I am using a 2DLineChart Here is my xml [ code ] <graph numDivLines='4' formatNumber="1" formatNumberScale ="0" showSecondaryLimits ='1' labelDisplay="none" showLabels ="1" showValues="0" setAdaptiveYMin="1" bgAlpha="0,0" canvasBgColor ="272727, 272727" showAlternateVGridColor ="0" showBorder ="0" lineThickness ="2" lineColor = "ceff00" bgRatio = "0, 0" drawAnchors ="0" baseFont ="Arial" baseFontSize = "10" baseFontColor ="ffffff" labelPadding ="2" adjustDiv ="0" > <set label="21" value="4775"/> <set label="22" value="4817.2"/> <set label="23" value="4798.4"/> <set label="24" value="4780.1"/> <set label="25" value="4767.8"/> <set label="26" value="4746.3"/> <set label="27" value="4784.5"/> <set label="28" value="4741.4"/> <set label="29" value="4768.1"/> <set label="30" value="4727.6"/> <set label="1" value="4721"/> </graph> [/ code ] Thanks for your help. bouldo