LightningChartPrint Method (ImageType, Boolean, Boolean, Boolean, String, String, Boolean, Thickness) |
LightningChart .NET Help
Print chart to default printer with given settings.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void Print(
ImageType type,
bool backgroundFill,
bool graphFill,
bool doubleRasterResolution,
string header,
string footer,
bool keepAspectRatio,
Thickness margins
)
Public Sub Print (
type As ImageType,
backgroundFill As Boolean,
graphFill As Boolean,
doubleRasterResolution As Boolean,
header As String,
footer As String,
keepAspectRatio As Boolean,
margins As Thickness
)
public:
void Print(
ImageType type,
bool backgroundFill,
bool graphFill,
bool doubleRasterResolution,
String^ header,
String^ footer,
bool keepAspectRatio,
Thickness margins
)
Parameters
- type
- Type: Arction.Wpf.ChartingImageType
Image type: Raster or vector. Default is Raster. - backgroundFill
- Type: SystemBoolean
Enable background fill. Default is false. - graphFill
- Type: SystemBoolean
Enable graph fill. Default is false. - doubleRasterResolution
- Type: SystemBoolean
Enable double raster resolution. Default is false. - header
- Type: SystemString
Header text. - footer
- Type: SystemString
Footer text. - keepAspectRatio
- Type: SystemBoolean
Keep aspect ratio. Default is true. - margins
- Type: System.WindowsThickness
Margins.
See Also