The basic appearance of the Surface and Bar chart types is controlled by the combination of two properties: IsMeshed and IsShaded. These properties are located in the Chart3DGroup Collection Editor (IsMeshed and IsShaded under the Elevation node) that can be accessed through the ChartGroups property in the .NET Properties window.
When the IsMeshed property is set to True for Surface or Bar charts it displays each chart type as the following:
Surface Example | Bar Example |
---|---|
When the IsShaded property is set to true for Surface or Bar charts it displays each chart type as the following:
Use a combination of the IsMeshed and IsShaded properties to set the chart's basic appearance.
In this example the IsShaded and the IsMeshed properties are both set to True to display a Shaded and Meshed Surface 3D and Bar chart.
Surface Example | Bar Example |
---|---|