Table of Contents

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 | DoubleResolution

Convenience flag for all combined.

BackgroundFill = 2

Background fill.

Bitmap = 1

Bitmap output.

DoubleResolution = 32

Render as double resolution.

GraphFill = 4

Graph fill.

KeepAspectRatio = 8

Keep aspect ratio.

None = -64

Convenience flag for None (opposite to All).

Portrait = 16

Show as portrait.