This documentation is archived and is not being maintained.
ChartArea::Area3DStyle Property
Visual Studio 2010
Gets or sets a ChartArea3DStyle object, which is used to implement 3D for all series in a chart area.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[PersistenceModeAttribute(PersistenceMode::InnerProperty)] [BindableAttribute(true)] public: property ChartArea3DStyle^ Area3DStyle { ChartArea3DStyle^ get (); void set (ChartArea3DStyle^ value); }
Property Value
Type: System.Web.UI.DataVisualization.Charting::ChartArea3DStyleA ChartArea3DStyle object that implements 3D for all series plotted in a chart area.
To enable or disable 3D for a chart area, set the Enable3D property.
When the chart is drawn in 3D, scale breaks are not supported on the axis.
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: