ActiveReports.Chart Request technical support
PlacementLength Property
See Also 


Gets or sets the length of the custom axis in terms of its parent axis.

Syntax

Visual Basic (Declaration) 
Public Property PlacementLength As Double
Visual Basic (Usage)Copy Code
Dim instance As CustomAxis
Dim value As Double
 
instance.PlacementLength = value
 
value = instance.PlacementLength
C# 
public double PlacementLength {get; set;}

See Also