AxisTick Constructor(Object,String)
Initializes a new instance of the AxisTick class with an arbitrary numeric or DateTime value and a text label.
Syntax
'Declaration Public Function New( _ ByVal val As Object, _ ByVal TextOverride As String _ )
public AxisTick( object val, string TextOverride )
Parameters
- val
- Axis tick value.(Number or DateTime)
- TextOverride
- Label text.
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