Énumération ChartAreaAlignOrientations
Specifies in which directions the chart area should be aligned with the target chart area.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Enumeration ChartAreaAlignOrientations
'Utilisation
Dim instance As ChartAreaAlignOrientations
public enum ChartAreaAlignOrientations
public enum class ChartAreaAlignOrientations
type ChartAreaAlignOrientations
public enum ChartAreaAlignOrientations
Membres
| Nom de membre | Description | |
|---|---|---|
| None | No alignment should be applied. | |
| Vertical | Vertical alignment should be applied. | |
| Horizontal | Horizontal alignment should be applied. | |
| All | Both vertical and horizontal alignment should be applied. |