GoDiagram Win Reference
GetLabelString Method

the double floating point number that is labeled
Returns the text string that a label marking the given value would contain.
Syntax
'Declaration
 
Public Overridable Function GetLabelString( _
   ByVal val As Double _
) As String
public virtual string GetLabelString( 
   double val
)

Parameters

val
the double floating point number that is labeled
Remarks
If the value of LabelChoices is non-null and non-empty, this method rounds the val value to an integer and uses that as an index into that LabelChoices list to get an object that is converted to a String to be returned. Otherwise this returns the string produced by formatting the value using LabelFormat. See also PaintLabel.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GraduatedScale Class
GraduatedScale Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback