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;}
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.
[C#]
Chart.OverlapFooter = true; |
[Visual Basic]
Chart.OverlapFooter = true |
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.