LegendItem.SetLocalizedDescription Method
Sets the legend item description in a specific language.
SetLocalizedDescription(System.String language, System.String value)
Sets the legend item description in a specific language.Syntax
public void SetLocalizedDescription (
System.String language,
System.String value
)
Parameters
The language the description is in.
The description, in the specified language.
Remarks
This method will store the new description in this LegendItem instance. If the legend is saved to a .px file using Configuration.Save, the description will be written to the .px file. Passing an empty string as value will remove the localized description for language.
Platforms
Windows, Linux, Android