Version

TitleAppearance Constructor(IChartComponent,TitleLocation,TextOrientation)

Creates a TitleAppearance object with default properties for the given charting component, position and orientation.
Syntax
'Declaration
 
Public Function New( _
   ByVal component As IChartComponent, _
   ByVal location As TitleLocation, _
   ByVal orientation As TextOrientation _
)
public TitleAppearance( 
   IChartComponent component,
   TitleLocation location,
   TextOrientation orientation
)

Parameters

component
An IChartComponent reference to a charting component.
location
The location of the title on the chart.
orientation
The suggested orientation of text in the title.
Remarks

Horizontal orientations are not recommended for titles appearing along the right or left edge of the chart. Vertical orientations are not recommended for titles appearing at the top or bottom of the chart.

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