.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Chart Class : LegacyMode Property
LegacyMode Property
Gets or sets a value that indicates whether original chart defaults are used instead of new defaults introduced with version 10.
Syntax
'Declaration
 
Public Property LegacyMode As Nullable(Of Boolean)
'Usage
 
Dim instance As Chart
Dim value As Nullable(Of Boolean)
 
instance.LegacyMode = value
 
value = instance.LegacyMode
public Nullable<bool> LegacyMode {get; set;}
Requirements

Target Platforms: 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