Enum AllowOutSidePlotArea
Specifies whether data point labels can be drawn outside of the plot area.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.ReportControls.Wpf.dll
Syntax
public enum AllowOutSidePlotArea
Fields
Name | Description |
---|---|
False | Labels must be entirely inside the plot area. |
Partial | Labels are allowed to be partially outside the plot area. |
True | Labels are allowed to be entirely outside the plot area. |