Skip to main content Skip to footer

Display Images as Axis Labels

If you notice in the LabelLoading event arguments you set the e.Label property to set your custom label. The e.Label parameter is of type View, which means you can make it anything! For example, this code displays an image in place of the labels. This code snippet references a flag converter class that converts “USA” to a flag image embedded with the project.

XAML Chart Display Axis Labels as Images