GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / RegionLabelLayout Enumeration


RegionLabelLayout Enumeration
Represents the layout type for region labels of a geospatial series.
Syntax
'Declaration
 
Public Enum RegionLabelLayout 
   Inherits System.Enum
 
'Usage
 
Dim instance As RegionLabelLayout
Members
MemberDescription
BestFitOnlySpecifies that region labels only appear if they can fit in their respective containing geometries in a geospatial series.
NoneSpecifies that no region labels appear in a geospatial series.
ShowAllSpecifies that all region labels appear.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Charts.RegionLabelLayout

See Also