Share via


ChartAxis.PreventLabelOffset Property

Gets a value that indicates whether to prevent the axis labels from being staggered to fit within the chart.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property PreventLabelOffset As ReportBoolProperty
    Get
'Usage
Dim instance As ChartAxis
Dim value As ReportBoolProperty

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