ChartArea3DStyle.Inclination Propriedade
Definição
Obtém ou define o ângulo de rotação em torno dos eixos horizontais para as áreas do gráfico 3D.Gets or sets the angle of rotation around the horizontal axes for 3D chart areas.
public:
property int Inclination { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int Inclination { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Inclination : int with get, set
Public Property Inclination As Integer
Valor da propriedade
Um integer que representa o ângulo de rotação em torno dos eixos horizontais de áreas de gráfico 3D.An integer that represents the angle of rotation around the horizontal axes for 3D chart areas.
- Atributos