ChartArea.AlignmentStyle Propriedade
Definição
public:
property System::Web::UI::DataVisualization::Charting::AreaAlignmentStyles AlignmentStyle { System::Web::UI::DataVisualization::Charting::AreaAlignmentStyles get(); void set(System::Web::UI::DataVisualization::Charting::AreaAlignmentStyles value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.AreaAlignmentStyles AlignmentStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.AlignmentStyle : System.Web.UI.DataVisualization.Charting.AreaAlignmentStyles with get, set
Public Property AlignmentStyle As AreaAlignmentStyles
Valor da propriedade
Um valor de enumeração de AreaAlignmentStyles que pode representar um valor único ou a operação OR bit a bit de vários valores que definem o alinhamento a ser usado.An AreaAlignmentStyles enumeration value that can represent either a single value or the bitwise-OR of multiple values that define the alignment to use.
- Atributos
Comentários
Use a AlignmentStyle propriedade para alinhar duas ou mais áreas de gráfico horizontalmente, verticalmente ou ambas.Use the AlignmentStyle property to align two or more chart areas horizontally, vertically or both. O tipo de alinhamento é um dos valores a seguir, ou uma combinação de bits ou de bit abaixo.The alignment type is one of the following values, or a bitwise OR combination of the values below.
| Nome do membroMember Name | DescriçãoDescription |
|---|---|
| TudoAll | As áreas do gráfico são alinhadas usando todos os valores.Chart areas are aligned using all values. |
| AxesViewAxesView | As áreas do gráfico são alinhadas usando a exibição do especificado ChartArea .Chart areas are aligned using the view of the specified ChartArea. |
| NenhumNone | Áreas do gráfico não são alinhadas automaticamente.Chart areas are not automatically aligned. |
| PosiçãoPosition | As áreas do gráfico são alinhadas com o Position da área especificada do gráfico.Chart areas are aligned with the Position of the chart area specified. |
| InnerPlotPositionInnerPlotPosition | As áreas do gráfico são alinhadas com o InnerPlotPosition da área especificada do gráfico.Chart areas are aligned with the InnerPlotPosition of the chart area specified. |
Se o AlignWithChartArea valor não for definido, a AlignmentStyle propriedade não terá nenhum efeito.If the AlignWithChartArea value is not set, the AlignmentStyle property will have no effect.