Hello,
All of the examples I could find about Line Series LegendSettings are shown in the xaml markup. Is there a way to set the Title property in code?
XAML:
C#:
Thanks,
Johnny
All of the examples I could find about Line Series LegendSettings are shown in the xaml markup. Is there a way to set the Title property in code?
XAML:
<telerik:LineSeries.LegendSettings> <telerik:SeriesLegendSettings Title="Sold"/> </telerik:LineSeries.LegendSettings>C#:
LineSeries units = new LineSeries() { LegendSettings = ? };Thanks,
Johnny