FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelOption Enumeration


LabelOption Enumeration
Specifies the option used to display the label.
Syntax
'Declaration
 
Public Enum LabelOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As LabelOption
Members
MemberDescription
BannerThe label will be displayed in a separate banner
NoneThe label won't be displayed
OverlappingThe label will be displayed overlapped
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Chart.LabelOption

See Also