BulletGraph for WinForms
FormatLabel イベント (C1GaugeBase)

C1.Win.Gauge.6 アセンブリ > C1.Win.Gauge 名前空間 > C1GaugeBase クラス : FormatLabel イベント
Occurs when C1GaugeLabels or C1GaugeSingleLabel converts a value to the string representation.
シンタックス
'宣言
 
Public Event FormatLabel As FormatLabelEventHandler
public event FormatLabelEventHandler FormatLabel
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、FormatLabelEventArgs 型の引数を受け取りました。次の FormatLabelEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets the C1GaugeDecorator object.  
Gets the source value scaled by the ValueFactor and ValueOffset.  
Gets or sets the text displayed in the label.  
Gets the source value displayed in the label.  
参照