Articles in this section
Category / Section

How to represent an image in a legend item?

1 min read

 

The legend item icon can be represented as different shape, series type or image. RepresentationType property is used to specify the representation type of the icon in the legend item.

C#

// Specifying Representation type

this.chartControl1.Legend.RepresentationType = ChartLegendRepresentationType.SeriesImage;

VB

' Specifying Representation type

Me.ChartControl1.Legend.RepresentationType = ChartLegendRepresentationType.SeriesImage

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied