ChartArea3DStyle Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
ChartArea3DStyle()
Initializes a new instance of the ChartArea3DStyle class.
public:
ChartArea3DStyle();
public ChartArea3DStyle ();
Public Sub New ()
Applies to
ChartArea3DStyle(ChartArea)
Initializes a new instance of the ChartArea3DStyle class using the chartArea
parameter.
public:
ChartArea3DStyle(System::Web::UI::DataVisualization::Charting::ChartArea ^ chartArea);
public ChartArea3DStyle (System.Web.UI.DataVisualization.Charting.ChartArea chartArea);
new System.Web.UI.DataVisualization.Charting.ChartArea3DStyle : System.Web.UI.DataVisualization.Charting.ChartArea -> System.Web.UI.DataVisualization.Charting.ChartArea3DStyle
Public Sub New (chartArea As ChartArea)
Parameters
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.