Share via


ChartAxis.LabelsAutoFitDisabled Property

Gets or sets a value that indicates whether the axis labels should be automatically adjusted to fit.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property LabelsAutoFitDisabled As ReportExpression(Of Boolean)
    Get 
    Set
'Usage
Dim instance As ChartAxis 
Dim value As ReportExpression(Of Boolean)

value = instance.LabelsAutoFitDisabled

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

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.

See Also

Reference

ChartAxis Class

Microsoft.ReportingServices.RdlObjectModel Namespace