Search code examples
c#wpftelerikradchart

Disable Point Marks and Item Labels in WPF RadChart


How can I turn off Point Marks and Item Labels in WPF RadChart?


Solution

  • Like this;

    <telerik:SeriesMapping.SeriesDefinition>
        <telerik:LineSeriesDefinition ShowItemLabels="False" ShowPointMarks="False"/>
    </telerik:SeriesMapping.SeriesDefinition>