API Reference
Enum
PowerPointChartDataLabelPosition
Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.
Inheritance
- Enum
- PowerPointChartDataLabelPosition
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field PowerPointChartDataLabelPosition.BestFit
- Field PowerPointChartDataLabelPosition.Bottom
- Field PowerPointChartDataLabelPosition.Center
- Field PowerPointChartDataLabelPosition.InsideBase
- Field PowerPointChartDataLabelPosition.InsideEnd
- Field PowerPointChartDataLabelPosition.Left
- Field PowerPointChartDataLabelPosition.OutsideEnd
- Field PowerPointChartDataLabelPosition.Right
- Field PowerPointChartDataLabelPosition.Top
- Property PowerPointChartDataLabelTemplate.Position
Accepted by parameters
- Method PowerPointChart.SetDataLabelCallouts
- Method PowerPointChart.SetDataLabelPosition
- Method PowerPointChart.SetSeriesDataLabelCallouts
- Method PowerPointChart.SetSeriesDataLabelCallouts
- Method PowerPointChart.SetSeriesDataLabelCalloutsForPoint
- Method PowerPointChart.SetSeriesDataLabelCalloutsForPoint
- Method PowerPointChart.SetSeriesDataLabelForPoint
- Method PowerPointChart.SetSeriesDataLabelForPoint
- Method PowerPointChart.SetSeriesDataLabels
- Method PowerPointChart.SetSeriesDataLabels
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const PowerPointChartDataLabelPosition BestFit #Represents the Open XML value bestFit.
Value:
0public const PowerPointChartDataLabelPosition InsideBase #Represents the Open XML value inBase.
Value:
3public const PowerPointChartDataLabelPosition InsideEnd #Represents the Open XML value inEnd.
Value:
4public const PowerPointChartDataLabelPosition OutsideEnd #Represents the Open XML value outEnd.
Value:
6