.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Label Class : Placement Property
Placement Property
(JS Charts Only) Specifies if a label should be drawn inside or outside an object. Used with Series.ShapeLabels and with Element.SmartLabel.
Syntax
'Declaration
 
Public Property Placement As Placement
'Usage
 
Dim instance As Label
Dim value As Placement
 
instance.Placement = value
 
value = instance.Placement
public Placement Placement {get; set;}
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