Hello,
I'm referencing Telerik UI for WPF assemblies via NuGet which works fine. But when I tried to use RadDiagram in a simple project the Diagram does not display at all using the references from NuGet.
If I remove the NuGet packages in the project and add all necessary references from local disk the diagramm displays as expected. If I switch back to NuGet it does not work again.
Is there something I made wrong?
<packages>
<package id="Telerik.Windows.Controls.Diagrams.for.Wpf" version="2019.1.220" targetFramework="net45" />
<package id="Telerik.Windows.Controls.for.Wpf" version="2019.1.220" targetFramework="net45" />
<package id="Telerik.Windows.Diagrams.Core.for.Wpf" version="2019.1.220" targetFramework="net45" />
</packages>
<telerik:RadDiagram> <telerik:RadDiagramShape x:Name="Shape1" Content="Shape 1" Position="80,20" /> <telerik:RadDiagramShape x:Name="Shape2" Content="Shape 2" Position="320,20" /></telerik:RadDiagram>
Hi,
I'm evaluating ChartView3D and Telerik UI for a project. We are going to visualise drill holes using it. A hole typically starts at the surface and goes into the ground. My attempt to achieve this was to rotate the whole graph 180 degrees, but doing so rotates also all labels and axis titles, see screendump :(
Is there any other way I can achieve this? Or can I rotate the graph without rotating the labels/titles? Or could I counter rotate them? Any tips would be appreciated.
Kind regards,
Karl-Petter

We have a RadTreeListView where the IsExpanded property of the rows is bound to a property on row objects. Sometimes, some of the expander triangles in the RadTreeListView look expanded, but their children are not visible. Any idea what might be causing this or how to fix it?
The attached image shows a small example. The third row looks like it's expanded, but its child is not shown. If you click the triangle, it collapses it; and if you click it again, it's then expanded properly with the child shown.
Hi,
How can I set the background color (in XAML) of a NumericUpDown control when IsReadOnly is set to true ? I tried using a style but without succes ...
Regards,
Hans

Hi,
I'm using in GridView to keep the input away from unexpected errors. But I encountered a tiny defect. The error messages only display when mouse hovering on the top-right corner (it's a red small triangle out there). This makes the user a little trouble when checking the message because he has to move his mouse in a pretty accurate location. In fact, users usually prefer to get the error tip when the mouse enters the cell. there any methods to implement this?
Thank you!
I wish to make a RangdSpline series with a gradient. Similar to what is done in the SurfaceSeries3D
Is this possible in 2D?