次の方法で共有


ChartAxis.AllowLabelRotation プロパティ

グラフに収まるように軸ラベルを段階的に回転させるステップを示す値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property AllowLabelRotation As ReportEnumProperty(Of ChartAxisLabelRotation)
    Get
'使用
Dim instance As ChartAxis 
Dim value As ReportEnumProperty(Of ChartAxisLabelRotation)

value = instance.AllowLabelRotation
public ReportEnumProperty<ChartAxisLabelRotation> AllowLabelRotation { get; }
public:
property ReportEnumProperty<ChartAxisLabelRotation>^ AllowLabelRotation {
    ReportEnumProperty<ChartAxisLabelRotation>^ get ();
}
member AllowLabelRotation : ReportEnumProperty<ChartAxisLabelRotation>
function get AllowLabelRotation () : ReportEnumProperty<ChartAxisLabelRotation>

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAxisLabelRotation>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

ChartAxis クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間