StripLine.TextOrientation Propriedade
Definição
Obtém ou define a orientação do texto.Gets or sets the text orientation.
public:
property System::Windows::Forms::DataVisualization::Charting::TextOrientation TextOrientation { System::Windows::Forms::DataVisualization::Charting::TextOrientation get(); void set(System::Windows::Forms::DataVisualization::Charting::TextOrientation value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.TextOrientation TextOrientation { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.TextOrientation : System.Windows.Forms.DataVisualization.Charting.TextOrientation with get, set
Public Property TextOrientation As TextOrientation
Valor da propriedade
Um TextOrientation valor que representa o alinhamento da orientação do texto.A TextOrientation value that represents the alignment of the text orientation.
- Atributos
Comentários
Quando essa propriedade é definida com um valor de Auto , o texto é orientado com base no tipo de gráfico.When this property is set to a value of Auto, the text is oriented based on the chart type. Para todos os tipos de gráfico X-Y que não sejam barra, o texto da faixa do eixo X é orientado horizontalmente da esquerda para a direita na parte inferior da faixa.For all X-Y chart types other than Bar, X-axis strip line text is oriented horizontally from left to right on the bottom of the strip line. Para gráficos de barras, o texto da faixa do eixo X é orientado verticalmente de cima para baixo à direita da faixa.For Bar charts, X-axis strip line text is oriented vertically from top to bottom to the right of the strip line.