'Declaration Public Enum DataLabelPositionType Inherits System.Enum
'Usage Dim instance As DataLabelPositionType
public enum DataLabelPositionType : System.Enum
'Declaration Public Enum DataLabelPositionType Inherits System.Enum
'Usage Dim instance As DataLabelPositionType
public enum DataLabelPositionType : System.Enum
Member | Description |
---|---|
BestFit | DataLabels will be displayed in the best position possible. |
Bottom | DataLabels will be displayed below the Markers. |
Center | DataLabels will be displayed in the middle of the Markers. |
InBase | DataLabels will be displayed at the base of the Markers, inside their surface. Note that this option only works with Charts where Markers are big enough to have a surface with a clear start (i.e. base) & end, like BarCharts. |
InEnd | DataLabels will be displayed at the end of the Markers, inside their surface. Note that this option only works with Charts where Markers are big enough to have a surface with a clear start (i.e. base) & end, like BarCharts. |
Left | DataLabels will be displayed at the left of the Markers. |
OutEnd | DataLabels will be displayed at the end of the Markers, outside their surface. Note that this option only works with Charts where Markers are big enough to have a surface with a clear start (i.e. base) & end, like BarCharts. |
Right | DataLabels will be displayed at the right of the Markers. |
Top | DataLabels will be displayed below the Markers. |
System.Object
System.ValueType
System.Enum
Xceed.Document.NET.DataLabelPositionType
Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, 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