'宣言 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