Has anyone worked with the probability chart for webChart? I need to create a normal distribution (bell-curve) using C#, but I cannot figure out how to do a solid fill. Any help is apprec.
here are the help topics for probability chart: https://es.infragistics.com/help/aspnet/chart-probability-chart
in order to fill in the data with a solid color, it is necessary to handle the FillSceneGraph event, find the PointSet(s) in e.SceneGraph, create Polygons with the same points found in the PointSets, and add those polygons to the SceneGraph.
Do you have a tutorial on creating a probabilitychart?