バージョン

ColumnLineChart プロパティ

柱状 - 折れ線チャートのすべての書式設定プロパティにアクセスする際に使用できるAppearanceオブジェクトを返します。
シンタックス
'宣言
 
Public Property ColumnLineChart As ColumnLineChartAppearance
public ColumnLineChartAppearance ColumnLineChart {get; set;}
使用例
'gets a reference to the ColumnChart Object Properties of the ColumnLineChart, see ColumnChart Object for Proeprties
        'of the UltraChart1.ColumnLineChart
        'ultrachart1.ColumnLineChart.Column

        'gets a reference associated with the Data Object of the ColumnChart, for Data Properties see Data Object
        'ultrachart1.ColumnLineChart.ColumnData

        'gets a refence to the LineChart object properties, for LineChart Properties see the LineChart Object
        'ultrachart1.ColumnLineChart.Line

        'gets a reference associated with the Data Object of the LineChart, for Data Properties see Data Object
        'ultrachart1.ColumnLineChart.LineData
// gets a reference to the ColumnChart Object Properties of the ColumnLineChart, see ColumnChart Object for Proeprties
     // of the UltraChart1.ColumnLineChart
     // ultrachart1.columnlinechart.column

     // gets a reference associated with the Data Object of the ColumnChart, for Data Properties see Data Object
     // ultrachart1.columnlinechart.columndata

     // gets a refence to the LineChart object properties, for LineChart Properties see the LineChart Object
     // ultrachart1.columnlinechart.line

     // gets a reference associated with the Data Object of the LineChart, for Data Properties see Data Object
     // ultrachart1.columnlinechart.linedata
参照