ActiveReports.Chart Request technical support
PlacementLocation Property
See Also 


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

Syntax

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

See Also