Available for: Windows 8.1 | Windows Phone 8.1

Localization Keys

To learn more about the localization take a look at these articles:

To localize strings in RadChart you need to use the ChartLocalizationManager class.

Localization Keys for RadChart

  • NoData: The visualized string when any Data is missing.
  • NoHorizontalAxis: The visualized string when the Horizontal Axis is missing.
  • NoVerticalAxis: The visualized string when the Vertical Axis is missing.
  • NoAngleAxis: The visualized string when the Angle Axis is missing.
  • NoPolarAxis: The visualized string when the Polar Axis is missing.
  • NoSeries: The visualized string when the Series definition is missing.

See Also