ChartAxisInstance.AllowLabelRotation プロパティ
ChartAxis クラスの AllowLabelRotation プロパティの計算値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property AllowLabelRotation As ChartAxisLabelRotation
Get
'使用
Dim instance As ChartAxisInstance
Dim value As ChartAxisLabelRotation
value = instance.AllowLabelRotation
public ChartAxisLabelRotation AllowLabelRotation { get; }
public:
property ChartAxisLabelRotation AllowLabelRotation {
ChartAxisLabelRotation get ();
}
member AllowLabelRotation : ChartAxisLabelRotation
function get AllowLabelRotation () : ChartAxisLabelRotation
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisLabelRotation
AllowLabelRotation プロパティの計算値を表す ChartAxisLabelRotation 値。