ESRI.ArcGIS.ADF.IMS
Type Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > ChartSymbol Class : Type Property




Gets or sets the chart type.

Syntax

Visual Basic (Declaration) 
Public Property Type As ChartType
Visual Basic (Usage)Copy Code
Dim instance As ChartSymbol
Dim value As ChartType
 
instance.Type = value
 
value = instance.Type
C# 
public ChartType Type {get; set;}

Remarks

Default is Pie chart.

See Also

© 2010 All Rights Reserved.