ChartArea.AlignmentStyle Property
Gets or sets the alignment style of the ChartArea.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[<BindableAttribute(true)>] [<PersistenceModeAttribute(PersistenceMode.Attribute)>] member AlignmentStyle : AreaAlignmentStyles with get, set
Property Value
Type: System.Web.UI.DataVisualization.Charting.AreaAlignmentStylesAn AreaAlignmentStyles enumeration value that can represent either a single value or the bitwise-OR of multiple values that define the alignment to use.
Use the AlignmentStyle property to align two or more chart areas horizontally, vertically or both. The alignment type is one of the following values, or a bitwise OR combination of the values below.
Member Name | Description |
|---|---|
All | Chart areas are aligned using all values. |
AxesView | Chart areas are aligned using the view of the specified ChartArea. |
None | Chart areas are not automatically aligned. |
Position | Chart areas are aligned with the Position of the chart area specified. |
InnerPlotPosition | Chart areas are aligned with the InnerPlotPosition of the chart area specified. |
If the AlignWithChartArea value is not set, the AlignmentStyle property will have no effect.
Available since 4.0