バージョン 23.1 (最新)

ChartType プロパティ (UltraChart)

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