LightningChartPrint Method (ImageType, Boolean, Boolean, Boolean, String, String, Boolean, Padding) |
LightningChart .NET Help
Print chart to default printer with given settings.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void Print(
ImageType type,
bool backgroundFill,
bool graphFill,
bool doubleRasterResolution,
string header,
string footer,
bool keepAspectRatio,
Padding 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 Padding
)
public:
void Print(
ImageType type,
bool backgroundFill,
bool graphFill,
bool doubleRasterResolution,
String^ header,
String^ footer,
bool keepAspectRatio,
Padding margins
)
Parameters
- type
- Type: Arction.WinForms.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.Windows.FormsPadding
Margins.
See Also