Version

MajorLineAt Method

Adds primitives to the SceneGraph at a Major tickmark.
Syntax
'Declaration
 
Protected Overridable Sub MajorLineAt( _
   ByVal scene As IList, _
   ByVal d_x As Double, _
   ByVal minorFmt As String, _
   ByVal majorFmt As String _
) 
protected virtual void MajorLineAt( 
   IList scene,
   double d_x,
   string minorFmt,
   string majorFmt
)

Parameters

scene
The SceneGraph to add primitives to.
d_x
Data value to map on this axis, used for the location of primitives generated by this method.
minorFmt
The minor format to use for labels generated by this method.
majorFmt
The major format to use for labels generated by this method.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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