Version

ShowLegend Enumeration

Options for determining where to show the legend in the UltraGanttViewPrintDocument.
Syntax
'Declaration
 
Public Enum ShowLegend 
   Inherits System.Enum
public enum ShowLegend : System.Enum 
Members
MemberDescription
NeverNever display the legend.
OnBottomOfLastVerticalPagePrint the legend only at the bottom of the chart - on each horizontal page of the last vertical page.
OnEveryPageShow the legend on every printed page.
OnTheLegendPagePrint the legend on an extra page at the end.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also