dotnetCHARTING Send comments on this topic.
AxisID Property
See Also 
dotnetCHARTING Namespace > AxisTick Class : 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

Visual Basic (Declaration) 
Public Property AxisID As String
Visual Basic (Usage)Copy Code
Dim instance As AxisTick
Dim value As String
 
instance.AxisID = value
 
value = instance.AxisID
C# 
public string AxisID {get; set;}

See Also

© 2021 All Rights Reserved.