Jump to content
Software FX Community

psamagal

Members
  • Posts

    3
  • Joined

  • Last visited

psamagal's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, The Version I'm using is Chart FX for WPF (Beta) Version 8.0.3155.18127(An image of the Properties Window is atached) and the .Net Version is 3.5 SP1 Best Regards psamagal
  2. Hello, The Version I'm using is Chart FX for WPF (Beta) Version 8.0.3155.18127
  3. Hello, I'm having a similar runtime error: Message=" 'System.Windows.Media.Media3D.MeshGeometry3D' is not a validvalue for property 'Geometry'. Error in markup file'ChartFX.WPF;component/themes/designresources.xaml'." Source="PresentationFramework" I'm using a standalone application, witch runs in full trust(not the previous problem ). The only thing i have done is this: private void FX_DrawChart(Grid g) { ChartFX.WPF.Chart fxChart = new ChartFX.WPF.Chart(); *** //FX_DrawTitle(); //FX_CreateSeries(); g.Children.Add(fxChart); } Where g is the grid where the chart will be added, but the applications crashes in *** with the attached StackTrace. The strange is, I do the same thing in a test project and everything gone well. I can
×
×
  • Create New...