Spread Silverlight Documentation
DataLabelPosition Enumeration


Specifies the position of the data label.
Syntax
'Declaration
 
Public Enum DataLabelPosition 
   Inherits System.Enum
'Usage
 
Dim instance As DataLabelPosition
public enum DataLabelPosition : System.Enum 
Members
MemberDescription
BestFitThe data label shall be displayed in the best position
BottomThe data label shall be displayed below the data marker.
CenterThe data label shall be displayed centerend on the data marker.
InsideBaseThe data label shall be displayed inside the base of the data marker.
InsideEndThe data label shall be displayed inside the end of the data marker.
LeftThe data label shall be displayed to the left of the data marker.
OutsideEndThe data label shall be displayed outside the end of the data marker.
RightThe data label shall be displayed to the right of the data marker.
TopThe data label shall be displayed above the data marker.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.DataLabelPosition

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Excel.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.