Enum VisibilityState
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Print preview dialog visibility options. Use to tell which controls to show.
[Flags]
public enum VisibilityState
Fields
All = Orientation | Format | Margins | OptionsShow all controls.
Format = 2Show formatting options: Bitmap and Vector.
Margins = 4Show margin options.
None = -16Show no controls.
Options = 8Show content options.
Orientation = 1Show orientation options.