See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

OverlapFooter Property

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

[Visual Basic]
Public Property OverlapFooter As Boolean
[C#]
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

[C#] 

Chart.OverlapFooter = true;

[Visual Basic] 

Chart.OverlapFooter = true

See Also

Chart Class  | Chart Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.