Jump to content
Software FX Community

matthew.frazier

Members
  • Posts

    1
  • Joined

  • Last visited

matthew.frazier's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'm looking for just a simple XYZ scatter example. I see plenty of examples for contour but I'm looking for just a simple xyz scatter. When I attemp to create one myself I get an error stating that "The current chart gallery settings is inconsistent with the number of series in your data. Some gallery types require a specific number of series." ScatterXYZ x = new ScatterXYZ(); chart1.View3D.IsEnabled = true; chart1.AllSeries.GalleryAttributes = x; //if i remove everything below then i get exactly what i want with the default data. //i just want to send my own xyz values and get a simple xyz scatter plot chart1.Series.Clear(); chart1.Series.Add(new SeriesAttributes()); chart1.Series[0].ItemsSource = GetData();
×
×
  • Create New...