ChartArea.Area3DStyle Property
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.
Gets or sets a ChartArea3DStyle object, which is used to implement 3D for all series in a chart area.
public:
property System::Web::UI::DataVisualization::Charting::ChartArea3DStyle ^ Area3DStyle { System::Web::UI::DataVisualization::Charting::ChartArea3DStyle ^ get(); void set(System::Web::UI::DataVisualization::Charting::ChartArea3DStyle ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.ChartArea3DStyle Area3DStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.Area3DStyle : System.Web.UI.DataVisualization.Charting.ChartArea3DStyle with get, set
Public Property Area3DStyle As ChartArea3DStyle
Property Value
A ChartArea3DStyle object that implements 3D for all series plotted in a chart area.
- Attributes
Remarks
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.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.