We have created a Custom Series and we now need to create a Custom Legend.
We would like to be able to define a Template to allow customizing it in different ways. But I am don't know how to accomplish this.
We want to put our own control inside the legend. How can we do it?
Hello Dzyann,
Are you looking to change the entire legend or just customize the individual legend items?
Here is an example of using the LegendItemTempalte to customize individual legend items:http://ko.infragistics.com/samples/wpf/data-chart/legend-item-template
Let me know if you have any questions.
Hi Michael,
What we are trying to do is to create a Legend similar to the Scale Legend for our Custom Series. We just want to customize the Legend for that kind of series, we would like to be able to use the normal/defualt legends for the other kind of series.
Our Custom Series is similar to a HighDensity Series, basically has lots of points, but with different colors on a (HSV) interpolated scale, we want to show that scale.
The LegendItemTemplate doesn't seem to be the way to go.
Can you give us any advice?