Spread Silverlight Documentation
ChartType Property (SpreadSurfaceChart)


GrapeCity.Windows.SpreadSheet.Data Namespace > SpreadSurfaceChart Class : ChartType Property
Gets or sets the type of the surface chart.
Syntax
'Declaration
 
Public Property ChartType As SpreadSurfaceChartType
'Usage
 
Dim instance As SpreadSurfaceChart
Dim value As SpreadSurfaceChartType
 
instance.ChartType = value
 
value = instance.ChartType
public SpreadSurfaceChartType ChartType {get; set;}

Property Value

The type of the surface chart.
See Also

Reference

SpreadSurfaceChart Class
SpreadSurfaceChart Members