Hi all,
I have a simple SmoothLineSeries to plot. Originally all the colors are black for each data point added. What I want to be able to do is given a certain x-axis region, I want to highlight that portion of the SmoothLineSeries. Ideally I would like to be able to color the background of the chart in this x-axis region red OR be able to color the line red when it is within this region. Is there any way to do either? I can describe my problem in more detail if necessary.
Thank you!
Hello Teddy,You can take a look at the following example: http://examplesaspnetchart.nevron.com/Axes >> Scaling >> Custom Scale Decorations
Hopefully this helps. Let us know if this is the functionality you were looking for.
Best Regards,Nevron Support Team
Hi Teddy,Check out the following examples:1. All Examples\Axes\General\Sections - shows how to add an axis section. This allows you defined background + axis scale decoration style based on the range.2. All Examples\Axes\Attributes\Stripes - shows hot to add range decorations on the back chart wall.
Hope this helps - let us know if you meet any problems.