Version

DataLegendHeaderDateMode Enumeration

Describes mode for formating date in header of data legend
Syntax
'Declaration
 
Public Enum DataLegendHeaderDateMode 
   Inherits System.Enum
public enum DataLegendHeaderDateMode : System.Enum 
Members
MemberDescription
AutoSpecifies automatic date format that defaults to short string
FullStyleSpecifies date as full string in header row of data legend
LongStyleSpecifies date as long string in header row of data legend
MediumStyleSpecifies date as medium string in header row of data legend
NoneSpecifies no date in header row of data legend
ShortStyleSpecifies date as short string in header row of data legend
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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