Share via


ChartTickMarks.Length Property

Length of the tickmark, as a percentage of the chart size.

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

Syntax

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

value = instance.Length

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