ChartAllowOutsideChartArea Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether data point labels can be drawn outside of the plot area.
public enum class ChartAllowOutsideChartArea
public enum ChartAllowOutsideChartArea
type ChartAllowOutsideChartArea =
Public Enum ChartAllowOutsideChartArea
- Inheritance
-
ChartAllowOutsideChartArea
Fields
Name | Value | Description |
---|---|---|
Partial | 0 | Labels are allowed to be partially outside the plot area. |
True | 1 | Labels are allowed to be entirely outside the plot area. |
False | 2 | Labels must be entirely inside the plot area. |