drawing 3D surfaces

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Id like to draw a colored 3D contour surface using c# DataVisualization.Charting.Chart. There are properties to enable 3D graphing (Area3DStyle.Enable3D = true), but I dont see how to set XYZ values (Series.Points does not have an AddXYZ(*) method),
how to set the Z-axis properties (ChartAreas only has AxisX and AxisY), etc. Are there other properties and methods Im missing, or is Chart not really set up to draw 3D surfaces? Thanks in advance.<hr class="sig genush

View the full article
 
Back
Top