ChartArea3DStyle.Enable3D Propriedade
Definição
Obtém ou define um sinalizador que ativa e desativa o 3D para uma área do gráfico.Gets or sets a flag that toggles the 3D on and off for a chart area.
public:
property bool Enable3D { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool Enable3D { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Enable3D : bool with get, set
Public Property Enable3D As Boolean
Valor da propriedade
true a área do gráfico é exibida usando 3D, false se a área do gráfico for exibida em 2D.true the chart area is displayed using 3D, false if the chart area is displayed in 2D. O valor padrão é false.The default value is false.
- Atributos
Comentários
Alterna a exibição tridimensional de uma área do gráfico.Toggles the three-dimensional display of a chart area.