ChartAxis.LabelsAutoFitDisabled 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property LabelsAutoFitDisabled As ReportBoolProperty
    Get
用法
Dim instance As ChartAxis
Dim value As ReportBoolProperty

value = instance.LabelsAutoFitDisabled
public ReportBoolProperty LabelsAutoFitDisabled { get; }
public:
property ReportBoolProperty^ LabelsAutoFitDisabled {
    ReportBoolProperty^ get ();
}
member LabelsAutoFitDisabled : ReportBoolProperty
function get LabelsAutoFitDisabled () : ReportBoolProperty