ChartAllowOutSidePlotAreaTypes 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 smart labels can be drawn outside the plot area.
public enum class ChartAllowOutSidePlotAreaTypes
public enum ChartAllowOutSidePlotAreaTypes
type ChartAllowOutSidePlotAreaTypes =
Public Enum ChartAllowOutSidePlotAreaTypes
- Inheritance
-
ChartAllowOutSidePlotAreaTypes
Fields
Name | Value | Description |
---|---|---|
Partial | 0 | The type is partial. |
True | 1 | The smart labels can be drawn outside the plot area. |
False | 2 | The smart labels cannot be drawn outside the plot area. |