ChartAllowOutsideChartArea Enum

Definition

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

False 2

Labels must be entirely inside the plot area.

Partial 0

Labels are allowed to be partially outside the plot area.

True 1

Labels are allowed to be entirely outside the plot area.

Applies to