ChartAxis.AllowLabelRotation 属性
Gets a value that indicates the step by which axis labels can be incrementally rotated to fit within the chart.
命名空间: 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>