ChartAxisLabelRotation 列挙体
Chart 内におさまるように自動調整される軸ラベルの回転増分です。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Enumeration ChartAxisLabelRotation
'使用
Dim instance As ChartAxisLabelRotation
public enum ChartAxisLabelRotation
public enum class ChartAxisLabelRotation
type ChartAxisLabelRotation
public enum ChartAxisLabelRotation
メンバー
メンバー名 | 説明 | |
---|---|---|
None | 軸ラベルを回転させません。 | |
Rotate30 | 軸ラベルを 30 度ずつ回転させます。 | |
Rotate45 | 軸ラベルを 45 度ずつ回転させます。 | |
Rotate90 | 軸ラベルを 90 度ずつ回転させます。 |