'DeclarationPublic Enum DataLabelPositionType Inherits System.Enum
'UsageDim instance As DataLabelPositionType
public enum DataLabelPositionType : System.Enum
'DeclarationPublic Enum DataLabelPositionType Inherits System.Enum
'UsageDim instance As DataLabelPositionType
public enum DataLabelPositionType : System.Enum
| Member | Value | Description |
|---|---|---|
| BestFit | 0 | DataLabels will be displayed in the best position possible. |
| Bottom | 8 | DataLabels will be displayed below the Markers. |
| Center | 1 | DataLabels will be displayed in the middle of the Markers. |
| InBase | 2 | 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 | 3 | 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 | 5 | DataLabels will be displayed at the left of the Markers. |
| OutEnd | 4 | 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 | 6 | DataLabels will be displayed at the right of the Markers. |
| Top | 7 | DataLabels will be displayed below the Markers. |
System.Object
System.ValueType
System.Enum
Xceed.Document.NET.DataLabelPositionType
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.