다음을 통해 공유


AllowLabelRotation 속성

Gets a value that indicates the step by which axis labels can be incrementally rotated to fit within the chart.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls

구문

‘선언
Public Property AllowLabelRotation As ReportExpression(Of ChartLabelRotationTypes)
    Get
    Set
‘사용 방법
Dim instance As ChartAxis
Dim value As ReportExpression(Of ChartLabelRotationTypes)

value = instance.AllowLabelRotation

instance.AllowLabelRotation = value
public ReportExpression<ChartLabelRotationTypes> AllowLabelRotation { get; set; }
public:
property ReportExpression<ChartLabelRotationTypes> AllowLabelRotation {
    ReportExpression<ChartLabelRotationTypes> get ();
    void set (ReportExpression<ChartLabelRotationTypes> value);
}
member AllowLabelRotation : ReportExpression<ChartLabelRotationTypes> with get, set
function get AllowLabelRotation () : ReportExpression<ChartLabelRotationTypes>
function set AllowLabelRotation (value : ReportExpression<ChartLabelRotationTypes>)