Search the Community

Showing results for tags 'dashed'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 2 results

  1. Dashed Line Chart?

    I'm trying to build a line chart (MSLine.swf) and I want my lines to be dashed (or dotted). I see I can apply the dashed attribute to a trend line <vLine dashed='1' />. I also can add the dashed attribute to the dataset <dataset dashed="1">. When I apply this attribute to the dataset for a chart area (MSArea.swf), I get the result I want. Is this feature NOT supported for line charts? What am I missing?
  2. Hi, I need to change on realtime line the value of attribute "dashed" for the <set> element as described in http://docs.fusioncharts.com/widgets/Contents/DataStreaming/XMLRealTimeLineDY.html#Anchor22 Attribute Name: dashed Type : Boolean (0/1) Description: Whether the border of this data item should appear as dashed? This is particularly useful when you want to highlight a data (such as forecast or trend etc.). This value over-rides the dataset level value. When I try to set dynamically this value to one (dashed= 1) on my .jsp this parameter does not affect the line (the line is always continuous and no dashed) E.g.: String dataParameters = "&label=11:45&value=23|43|45&dashed=1|1|1"; out.print(dataParameters ); The only attributes that work fine are the "label", "value", "toolText" and the "color" Can someone help me please ? Best Regards, Claudio V.