バージョン

PointStyle コンストラクタ(ChartAppearance,String,IChartComponent)

PointStyleコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As ChartAppearance, _
   ByVal propertyName As String, _
   ByVal component As IChartComponent _
)
public PointStyle( 
   ChartAppearance parent,
   string propertyName,
   IChartComponent component
)

パラメータ

parent
このプロパティを所有する親ChartAppearance。
propertyName
親のChartAppearance上にこのオブジェクトを表すプロパティの名前。
component
使用するチャート コンポーネント。
参照