This is a migrated thread and some comments may be shown as answers.

Cartesian Chart data range regions drawing

1 Answer 41 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Adam
Top achievements
Rank 1
Adam asked on 13 Jan 2016, 11:25 AM

Hello.

I Need to draw ranges on YAxis on my Cartesian Chart.
At this moment, i'm using CartesianPlotBandAnnotation but i have two problems with this:
1. Points are under the Annotation.
2. When using zoom, Annotation looks creepy (I'm using Gradient Brush).

How can i archive this?

 

In attach, screens with problem.

1 Answer, 1 is accepted

Sort by
0
Ivan
Telerik team
answered on 18 Jan 2016, 11:22 AM
Hello,

1. Points are under the Annotation.
In order to change this, you can set the CartesianPlotBandAnnotation's ZIndex property to -200. In this way the annotation will appear under the series.
<telerik:CartesianPlotBandAnnotation ZIndex="-200"

2.When using zoom, Annotation looks creepy (I'm using Gradient Brush).
Can you explain in more details what you mean here. Do you mean that the brush has opacity on the right hang side?

Regards,
Ivan
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ChartView
Asked by
Adam
Top achievements
Rank 1
Answers by
Ivan
Telerik team
Share this question
or