バージョン

TitleAppearance コンストラクタ(IChartComponent,TitleLocation,TextOrientation)

特定のチャート作成コンポーネント、位置、方向のデフォルト プロパティを持つ TitleAppearance オブジェクトを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal component As IChartComponent, _
   ByVal location As TitleLocation, _
   ByVal orientation As TextOrientation _
)
public TitleAppearance( 
   IChartComponent component,
   TitleLocation location,
   TextOrientation orientation
)

パラメータ

component
チャート作成コンポーネントへの IchartComponent 参照。
location
チャート上のタイトルの位置。
orientation
タイトル内のテキストの向き(推奨)。
解説

チャートの左端または右端に沿って表示するタイトルの場合、水平方向の向きはお勧めしません。チャートの上端または下端に沿って表示するタイトルの場合、垂直方向の向きはお勧めしません。

参照