バージョン

ChartType プロパティ (UltraChart)

描画するチャートのタイプを指定します。デザイナーに表示されるプロパティに影響します。
シンタックス
'宣言
 
Public Property ChartType As ChartType
public ChartType ChartType {get; set;}
使用例
'set the chartType for the chart
UltraChart1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.ColumnChart3D
//set the chartType for the chart
UltraChart1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.ColumnChart3D;
参照