ChartLabelRotationTypes 列挙体

Chart 内に収まるように自動調整される軸ラベルの回転増分です。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Enumeration ChartLabelRotationTypes
'使用
Dim instance As ChartLabelRotationTypes
public enum ChartLabelRotationTypes
public enum class ChartLabelRotationTypes
type ChartLabelRotationTypes
public enum ChartLabelRotationTypes

メンバー

メンバー名 説明
Rotate90 軸ラベルを 90 度ずつ回転させます。
Rotate45 軸ラベルを 45 度ずつ回転させます。
Rotate30 軸ラベルを 30 度ずつ回転させます。
Rotate15 軸ラベルを 15 度ずつ回転させます。
None 軸ラベルを回転させません。