Version

ChartTextAppearance Constructor(IChartComponent,Int32,Int32,Boolean,Font,Color,String,StringAlignment,StringAlignment,Int32)

Creates ChartTextAppearance object with the specified values applied to its properties.
Syntax
'Declaration
 
Public Function New( _
   ByVal component As IChartComponent, _
   ByVal rowPara As Integer, _
   ByVal colPara As Integer, _
   ByVal visiblePara As Boolean, _
   ByVal chartTextFontPara As Font, _
   ByVal fontColorPara As Color, _
   ByVal itemFormatStringPara As String, _
   ByVal vertAlignPara As StringAlignment, _
   ByVal horzAlignPara As StringAlignment, _
   ByVal positionFromRadiusPara As Integer _
)

Parameters

component
The IChartComponent this chart appearance object belongs to.
rowPara
Initial value of Row property.
colPara
Initial value of Column property.
visiblePara
Initial value of Visible property.
chartTextFontPara
Initial value of ChartTextFont property, excluding its color.
fontColorPara
Initial value of the FontColor property, which may differ from the color property of ChartTextFont.
itemFormatStringPara
Initial value of the ItemFormatString property.
vertAlignPara
Initial value of the VerticalAlign property.
horzAlignPara
Initial value of the HorizontalAlign property.
positionFromRadiusPara
Initial value of the PositionFromRadius property.
Remarks

Use this constructor to initialize all chart text properties at once when the property values are known at the time the constructor is to be called.

Requirements

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