It has been a week since I submitted this question to the Infragistics support and have had no response. Maybe someone on the forums has some ideas in this area. The question incident number is XCh15.
I have these questions:
1 - Does the Infra XamChart use the WPF 3D classes or does it implement the 3D look and feel with it's own classes?
2 - If it does use the WPF 3D classes, then how can I get the ViewPort3D instance which is housing the XamChart instance?
XamChart uses WPF 3D engine and this example shows how ViewPort3D from the chart could be used to add additional custom GeometryModel3D to the chart. The chart’s View3D property has to be set to "True"!
GoranS
C#:
{
}
modelGroup.Children.Add(model);
XAML:
<
</