ChartArea3DStyle Constructors

Definition

Initializes a new instance of the ChartArea3DStyle class.

Overloads

ChartArea3DStyle()

Initializes a new instance of the ChartArea3DStyle class.

ChartArea3DStyle(ChartArea)

Initializes a new instance of the ChartArea3DStyle class using the chartArea parameter.

ChartArea3DStyle()

Initializes a new instance of the ChartArea3DStyle class.

C#
public ChartArea3DStyle ();

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ChartArea3DStyle(ChartArea)

Initializes a new instance of the ChartArea3DStyle class using the chartArea parameter.

C#
public ChartArea3DStyle (System.Web.UI.DataVisualization.Charting.ChartArea chartArea);

Parameters

chartArea
ChartArea

A ChartArea object.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1