共用方式為


ChartAreaAlignOrientations 列舉型別

Specifies in which directions the chart area should be aligned with the target chart area.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Enumeration ChartAreaAlignOrientations
'用途
Dim instance As ChartAreaAlignOrientations
public enum ChartAreaAlignOrientations
public enum class ChartAreaAlignOrientations
type ChartAreaAlignOrientations
public enum ChartAreaAlignOrientations

成員

成員名稱 描述
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.