Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.v4.4 Assembly / Xceed.Chart Namespace / PrintManager Class / PrintBackgroundFrame Property
Example


In This Topic
    PrintBackgroundFrame Property
    In This Topic
    Whether or not to print the frame applied on the chart background.
    Syntax
    'Declaration
     
    Public Property PrintBackgroundFrame As Boolean
    'Usage
     
    Dim instance As PrintManager
    Dim value As Boolean
     
    instance.PrintBackgroundFrame = value
     
    value = instance.PrintBackgroundFrame
    public bool PrintBackgroundFrame {get; set;}
    Remarks
    By default the chart will not print the background frame because most likely it will not merge well with the paper background (which is most often white). In cases however when you have to print the background also - for example when you apply a cool looking image border you must set this property to true.
    Example
    Instruct the chart to print the background frame:
    ChartControl.PrintManager.PrintBackgroundFrame = 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