How to change a line style on the chart?

  1. #1

    How to change a line style on the chart?

    Hello!

    I use chart whith the type="Line". Could you explain please how can I change the line color and the line width. I saw the property "Style" of series but didn't understand how to use it.

    Thanks.
  2. #2
    Normally you would do something like this:
    <Style Stroke="#048C3F" StrokeWidth="10" />
    But that doesn't seem to work.
    I also need help with this. How do i get it to work?
  3. #3
    For me, Style for LineSeries works fine
  4. #4
    I looked at HTML code of my page and found four lines in one series. When I change the style, only one line (the last) change width. Others have stroke-width="6","4","2". Because of this line on the chart seems thick. I think these lines are needed to show the shadows. How can I make a single line without a shadow?

    <path id="ext-sprite-1114" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); " zIndex="0" d="M64,336L94.87,319.7L125.73,303.4L156.6,287.1L187.47,270.8L218.33" stroke-width="6" stroke-opacity="0.05" stroke="rgb(0, 0, 0)" hidden="false" fill="none" transform="matrix(1,0,0,1,1,1)"></path>
    
    <path id="ext-sprite-1115" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); " zIndex="0" d="M64,336L94.87,319.7L125.73,303.4L156.6,287.1L187.47,270.8L218.33" stroke-width="4" stroke-opacity="0.1" stroke="rgb(0, 0, 0)" hidden="false" fill="none" transform="matrix(1,0,0,1,1,1)"></path>
    
    <path id="ext-sprite-1115" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); " zIndex="0" d="M64,336L94.87,319.7L125.73,303.4L156.6,287.1L187.47,270.8L218.33" stroke-width="2" stroke-opacity="0.15" stroke="rgb(0, 0, 0)" hidden="false" fill="none" transform="matrix(1,0,0,1,1,1)"></path>
    
    <path id="ext-sprite-1113" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); " zIndex="0" d="M64,336L94.87,319.7L125.73,303.4L156.6,287.1L187.47,270.8L218.33" stroke="blue" height="1" width="1" stroke-width="1" fill="none" transform="matrix(1,0,0,1,0,0)" hidden="false"></path>

Similar Threads

  1. [CLOSED] Chart Line
    By pdcase in forum 2.x Legacy Premium Help
    Replies: 9
    Last Post: Aug 14, 2012, 3:25 PM
  2. [CLOSED] Change LegendConfig in Chart
    By osef in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 11, 2012, 12:17 AM
  3. [CLOSED] column chart label line wrapping
    By CarpFisher in forum 2.x Legacy Premium Help
    Replies: 9
    Last Post: Jul 05, 2012, 12:12 PM
  4. Line chart grouping of dates on x-asis
    By nomz in forum 2.x Help
    Replies: 1
    Last Post: Jun 08, 2012, 3:01 PM
  5. change row style.
    By gpcontreras in forum 1.x Help
    Replies: 2
    Last Post: Jul 28, 2010, 5:33 PM

Posting Permissions