dotnetCHARTING Send comments on this topic.
OverlapFooter Property
See Also  Example
dotnetCHARTING Namespace > Chart Class : OverlapFooter Property


Gets or sets a value indicating whether the 'unlicensed chart' footer overlaps the chart or moves it up.

Syntax

Visual Basic (Declaration) 
Public Property OverlapFooter As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As Boolean
 
instance.OverlapFooter = value
 
value = instance.OverlapFooter
C# 
public bool OverlapFooter {get; set;}

Example

C#Copy Code
Chart.OverlapFooter = true;
    
Visual BasicCopy Code
Chart.OverlapFooter = true

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.

See Also

© 2010 All Rights Reserved.