Spread Windows Forms 12.0 Product Documentation
Overlay Property (LabelArea)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > LabelArea Class : Overlay Property
Gets whether the label area overlaps the plot area.
Syntax
'Declaration
 
Public Property Overlay As Boolean
'Usage
 
Dim instance As LabelArea
Dim value As Boolean
 
instance.Overlay = value
 
value = instance.Overlay
public bool Overlay {get; set;}
Remarks

The overlay can only be set in the LableArea class constructor. The Overlay property is read-only. The default value is false.

When the Overlay property is true, the height of the plot area is adjusted when the TextDirection or TextRotationAngle property in the LabelArea class is changed.

When the Overlay property in the LableArea class is false, the height of the PlotArea is not adjusted. If there is not enough space for the chart title, the title is painted over the plot area.

See Also

Reference

LabelArea Class
LabelArea Members