Version

ScatterLineChart Property

Returns an Appearance object that you can use to access all the formatting properties of an ScatterLine Chart.
Syntax
'Declaration
 
Public Property ScatterLineChart As ScatterLineAppearance
public ScatterLineAppearance ScatterLineChart {get; set;}
Example
'gives access to the line chart proeprties, see line chart documentation
'UltraChart1.ScatterLineChart.Line
'grants access to the data object for the line chart, see DataAppearance object
'UltraChart1.ScatterLineChart.LineData
'grants access to the scatter chart properties, see Scatter Chart object
'UltraChart1.ScatterLineChart.Scatter
'grants access to the Data Object for the scatter chart, see DataAppearance Object
'UltraChart1.ScatterLineChart.ScatterData
// gives access to the line chart proeprties, see line chart documentation
     // ultrachart1.scatterlinechart.line
     // grants access to the data object for the line chart, see DataAppearance object
     // ultrachart1.scatterlinechart.linedata
     // grants access to the scatter chart properties, see Scatter Chart object
     // ultrachart1.scatterlinechart.scatter
     // grants access to the Data Object for the scatter chart, see DataAppearance Object
     // ultrachart1.scatterlinechart.scatterdata
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