Visual Basic (Declaration) | |
---|---|
Public Property OverlapFooter As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool OverlapFooter {get; set;} |
C# | Copy Code |
---|---|
Chart.OverlapFooter = true; |
Visual Basic | Copy Code |
---|---|
Chart.OverlapFooter = true |
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.