'宣言
Public Function GetAbbreviatedNumber( _
ByVal As Double, _
ByVal As Infragistics.Controls.Charts.DataAbbreviationMode, _
ByVal As Integer, _
ByVal As Integer _
) As Double
public double GetAbbreviatedNumber(
double ,
Infragistics.Controls.Charts.DataAbbreviationMode ,
int ,
int
)