TickMarkStyle.DistanceFromScale Property

Definition

Distance from the label to the tick mark, as a percentage of the scale size (radius for radial scales, length for linear scales).

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> DistanceFromScale { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<double> DistanceFromScale { get; set; }
member this.DistanceFromScale : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<double> with get, set
Public Property DistanceFromScale As ReportExpression(Of Double)

Property Value

A ReportExpression<T> object.

Applies to