Version

LabelExtent Method (BulletGraph<T>)

Sets the position at which to put the labels as a value from 0 to 1, measured from the bottom of the scale. Values further from zero than 1 can be used to hide the labels of the bullet graph.
Syntax
'Declaration
 
Public Function LabelExtent( _
   ByVal labelExtent As System.Double _
) As BulletGraph(Of T)
public BulletGraph<T> LabelExtent( 
   System.double labelExtent
)

Parameters

labelExtent
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, 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

View on GitHub