Freigeben über


TickMarkStyle.DistanceFromScale-Eigenschaft

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

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

Syntax

'Declaration
Public Property DistanceFromScale As ReportExpression(Of Double)
    Get 
    Set
'Usage
Dim instance As TickMarkStyle 
Dim value As ReportExpression(Of Double)

value = instance.DistanceFromScale

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.

Siehe auch

Verweis

TickMarkStyle Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace