Hello Greg Sipes,
Here is how you can turn off the Visibility for the Series Items Labels:
<
control:RadChart
x:Name
=
"chart"
>
<
control:RadChart.DefaultView
>
<
chart:ChartDefaultView
>
<!--ChartArea-->
<
chart:ChartDefaultView.ChartArea
>
<
chart:ChartArea
LegendName
=
"CustomLegend"
>
<
chart:ChartArea.DataSeries
>
<
chart:DataSeries
>
<
chart:DataSeries.Definition
>
<
chart:LineSeriesDefinition
ShowItemLabels
=
"False"
/>
</
chart:DataSeries.Definition
>
<
chart:DataPoint
YValue
=
"15"
/>
<
chart:DataPoint
YValue
=
"23"
/>
<
chart:DataPoint
YValue
=
"14"
/>
</
chart:DataSeries
>
</
chart:ChartArea.DataSeries
>
</
chart:ChartArea
>
</
chart:ChartDefaultView.ChartArea
>
<!--ChartLegend-->
<
chart:ChartDefaultView.ChartLegend
>
<
chart:ChartLegend
x:Name
=
"CustomLegend"
/>
</
chart:ChartDefaultView.ChartLegend
>
<!--ChartTitle-->
<
chart:ChartDefaultView.ChartTitle
>
<
chart:ChartTitle
Content
=
"Sample Chart"
/>
</
chart:ChartDefaultView.ChartTitle
>
</
chart:ChartDefaultView
>
</
control:RadChart.DefaultView
>
</
control:RadChart
>
Regards,
Evgenia
the Telerik team