Class ChartPrintingAdorner
Represents ChartPrintingAdorner class. Used as adorner for Chart printing
Inheritance
System.Object
ChartPrintingAdorner
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartPrintingAdorner : Adorner
Remarks
Class instance is created automatically by WPF Chart building system.
Constructors
ChartPrintingAdorner(FrameworkElement)
Initializes a new instance of the ChartPrintingAdorner class.
Declaration
public ChartPrintingAdorner(FrameworkElement adorningTarget)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.FrameworkElement | adorningTarget | The AdorningTarget. |
Properties
PrintButton
Gets the print button.
Declaration
public ChartPrintButton PrintButton { get; }
Property Value
Type | Description |
---|---|
Syncfusion.Windows.Chart.ChartPrintButton | The print button. |
SelectedPrintingArea
Gets the SelectedPrintingArea
Declaration
public Rect SelectedPrintingArea { get; }
Property Value
Type |
---|
System.Windows.Rect |
VisualChildrenCount
Gets the number of visual child elements within this element.
Declaration
protected override int VisualChildrenCount { get; }
Property Value
Type |
---|
System.Int32 |
Methods
ArrangeOverride(Size)
When overridden in a derived class, positions child elements and determines a size for a System.Windows.FrameworkElement derived class.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | finalSize | The final area within the parent that this element should use to arrange itself and its children. |
Returns
Type | Description |
---|---|
System.Windows.Size | The actual size used. |
GetVisualChild(Int32)
The GetVisualChild method
Declaration
protected override Visual GetVisualChild(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index value |
Returns
Type | Description |
---|---|
System.Windows.Media.Visual | Returns the visual element |