Spread Windows Forms 10.0 Product Documentation
Overlay Property (LabelArea)


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.

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

LabelArea Class
LabelArea Members

 

 


Copyright © GrapeCity, inc. All rights reserved.