If you set the following style: <Style x:Key="XAxisGridLineStyle" TargetType="Line"> <Setter Property="StrokeThickness" Value="12" /> <Setter Property="Stroke" Value="Black" /> </Style> you get grid lines 50% thinner then the desired (6px).
Reproducible only with Visual Studio 2015. To work this around enable the Managed Compatibility Mode of the VS 2015 debugger. See the attached image (set-use-managed-compatibility-mode.png).
When you have 0 data points there is a visual glitch in all themes with stroke around the slices.
Caused by setting cursor in the drag and zoom layer.
Chart: Exceptions thrown in chart with annotations and all-zero values. See ticket #440209 for an example.
Dynamically adding additional YAxis has problems depending on the way it is added: At runtime on button click: * The additional axis is not added (not visible in the plot area). * If AdditionalYAxis are data bound and a series refferences a dynamically add
Missing tick mark on plot area axis (value = 0), when the other plot area axis is not visible. The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.
ScatterSeries PointMarks are not centered when they have different size set. You need to set negative margin to center them again. The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.
Chart: X axis does not zoom under certain configuration, involving CollectionIndex
Horizontal Line Chart with Multiple X Axes - ticketId: 314652
In Silverlight 4 RadChart doesn't get the right theme resources. See the attached project.
It is not possible to have striplines when the major Y axis is not used. Styling problems. ChartArea.AxisY.Visivility = Visibility.Collapsed - hides both primary and additional axes.
When you set SeriesDefinition.SeriesStyle, you need to Rebind() in order to have the chart updated.
Tooltips do not appear when there is FlowDirection set to "RightToLeft" of Grid container. The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.
To reproduce this problem, create a pie chart with only two datapoints. The two values for DataPoint.YValue is "1770399000000" and "100" repectively. The resulting pie chart does not display. Only the labels can be seen. The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.
When create a .Net 4.0 WPF project in Visual Studio 2013 and drag the RadCartesianChart from the ToolBox, the version of the Chart.dll is 4.5 Reason for closing the item: The version of Telerik binaries available in the ToolBox could be changed easily trough the Toolbox configurator in Visual Studio. To do this you can follow the steps below: - Open Telerik menu in Visual Studio - Choose “UI for WPF” and then click “Launch Toolbox Configurator” - From the DropDown menu could be changed the .Net framework version of Telerik binaries displayed in the Toolbox