.netCHARTING v10.5 Documentation
Example 


dotnetCHARTING Namespace > Chart Class : OverlapFooter Property
OverlapFooter Property
Gets or sets a value indicating whether the 'unlicensed chart' footer overlaps the chart or moves it up.
Syntax
'Declaration
 
Public Property OverlapFooter As Boolean
'Usage
 
Dim instance As Chart
Dim value As Boolean
 
instance.OverlapFooter = value
 
value = instance.OverlapFooter
public bool OverlapFooter {get; set;}
Remarks
If set to false, the rendered chart will exactly match that of a production licensed chart (which does not have the footer or branding in the top right). If set to true, the chart will be resized slightly so that the footer does not overlap the chart. In all cases the final rendered image will be exactly what you set for Chart.Size or Chart.Height and Chart.Width.
Example
Chart.OverlapFooter = true;
Chart.OverlapFooter = true
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also