Dundas Chart for Windows Forms
Enable3D Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > ChartArea3DStyle Class : Enable3D Property


Gets or sets a boolean value that toggles 3D for a chart area on and off.


Enables/disables 3D chart types in the area.

Syntax

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

Return Value

If true the chart area is displayed using 3D, if false it will be 2D. False by default.

Remarks

Toggles the three-dimensional display of a chart area on/off.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.