dotnetCHARTING Send comments on this topic.
LegacyMode Property
See Also 
dotnetCHARTING Namespace > Chart Class : LegacyMode Property


Gets or sets a value that indicates whether original chart defaults are used instead of new defaults introduced with version 7.0.

Syntax

Visual Basic (Declaration) 
Public Property LegacyMode As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As Boolean
 
instance.LegacyMode = value
 
value = instance.LegacyMode
C# 
public bool LegacyMode {get; set;}

See Also

© 2016 All Rights Reserved.