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 three-dimensional (3D) for all series in a chart area.
public:
property System::Windows::Forms::DataVisualization::Charting::ChartArea3DStyle ^ Area3DStyle { System::Windows::Forms::DataVisualization::Charting::ChartArea3DStyle ^ get(); void set(System::Windows::Forms::DataVisualization::Charting::ChartArea3DStyle ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))]
public System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle Area3DStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
member this.Area3DStyle : System.Windows.Forms.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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.