Enum EnableState
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Print preview dialog control enable state flag. Tells which controls are enabled.
[Flags]
public enum EnableState
Fields
All = Bitmap | BackgroundFill | GraphFill | KeepAspectRatio | Portrait | DoubleResolutionConvenience flag for all combined.
BackgroundFill = 2Background fill.
Bitmap = 1Bitmap output.
DoubleResolution = 32Render as double resolution.
GraphFill = 4Graph fill.
KeepAspectRatio = 8Keep aspect ratio.
None = -64Convenience flag for None (opposite to All).
Portrait = 16Show as portrait.