dotnetCHARTING Send comments on this topic.
SmartLabel Class
See Also  Members  
dotnetCHARTING Namespace : SmartLabel Class



Encapsulates a Label object with advanced alignment and collision detection options.

Object Model





Syntax

Visual Basic (Declaration) 
Public Class SmartLabel 
   Inherits Label
Visual Basic (Usage)Copy Code
Dim instance As SmartLabel
C# 
public class SmartLabel : Label 
C++/CLI 
public ref class SmartLabel : public Label 

Inheritance Hierarchy

System.Object
   dotnetCHARTING.Mapping.Drawing.Property
      dotnetCHARTING.Label
         dotnetCHARTING.SmartLabel

See Also