.netCHARTING v10.5 Documentation


AxisID Property
(JS Chart Only) Gets or sets the axis id of the axis that the element tick should be shown when used with Element.XAxisTick or Element.YAxisTick.
Syntax
'Declaration
 
Public Property AxisID As String
'Usage
 
Dim instance As AxisTick
Dim value As String
 
instance.AxisID = value
 
value = instance.AxisID
public string AxisID {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also