Heureka API .NET Documentation
ChartType Property



Syntax
'Declaration
 
<DispIdAttribute(1400)>
Property ChartType As XlChartType
'Usage
 
Dim instance As _Chart
Dim value As XlChartType
 
instance.ChartType = value
 
value = instance.ChartType
[DispId(1400)]
XlChartType ChartType {get; set;}
[DispId(1400)]
property XlChartType ChartType {
   XlChartType get();
   void set (    XlChartType value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

_Chart Interface
_Chart Members

Send Feedback