バージョン

AxisFormatLabelEventHandler デリゲート

軸の FormatLabel ハンドラー。
シンタックス
'宣言
 
Public Delegate Function AxisFormatLabelEventHandler( _
   ByVal sender As Object, _
   ByVal item As Object _
) As String
public delegate string AxisFormatLabelEventHandler( 
   object sender,
   object item
)

パラメータ

sender
item
書式設定する項目。

戻り値の型

フォーマットされた文字列。
参照