Version

ColumnLineChart Property

Returns an Appearance object that you can use to access all the formatting properties of an ColumnLine Chart.
Syntax
'Declaration
 
Public Property ColumnLineChart As ColumnLineChartAppearance
public ColumnLineChartAppearance ColumnLineChart {get; set;}
Example
'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
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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