dotnetCHARTING Send comments on this topic.
Use3D Property
See Also 
dotnetCHARTING Namespace > LegendEntry Class : Use3D Property


Gets or sets a value that specifies whether icons represent 2D or 3D series.

Syntax

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

See Also

© 2010 All Rights Reserved.