FlexChart for WinForms
SetFont(String,Double,Int32) メソッド

C1.Chart アセンブリ > C1.Util 名前空間 > IRendering インターフェース > SetFont メソッド : SetFont(String,Double,Int32) メソッド
Font name
Font size
Font style
Sets the current font based on the provided parameters.
シンタックス
'宣言
 
Overloads Sub SetFont( _
   ByVal fontName As System.String, _
   ByVal fontSize As System.Double, _
   Optional ByVal fontStyle As System.Integer _
) 
void SetFont( 
   System.string fontName,
   System.double fontSize,
   System.int fontStyle
)

パラメータ

fontName
Font name
fontSize
Font size
fontStyle
Font style
解説
Font Style: Regular 0 Normal text. Bold 1 Bold text. Italic 2 Italic text. Underline 4 Underlined text. Strikeout 8 Text with a line through the middle.
参照

参照

IRendering インターフェース
IRendering メンバ
オーバーロード一覧