ActiveReports.Chart Request technical support
AxisX Property
See Also 


Sets or returns the axis the Layer will be based on horizontally.

Syntax

Visual Basic (Declaration) 
Public Property AxisX As AxisBase
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As AxisBase
 
instance.AxisX = value
 
value = instance.AxisX
C# 
public AxisBase AxisX {get; set;}

See Also