Version

ChalkIt(SceneGraph,DateTime,String,AxisAppearance) Method

Draws a label on this axis.
Syntax
'Declaration
 
Public Overloads Sub ChalkIt( _
   ByVal scene As SceneGraph, _
   ByVal item As Date, _
   ByVal majorFmt As String, _
   ByVal app As AxisAppearance _
) 
public void ChalkIt( 
   SceneGraph scene,
   DateTime item,
   string majorFmt,
   AxisAppearance app
)

Parameters

scene
The SceneGraph to add the label to.
item
The DateTime to plot as a label on this axis.
majorFmt
Format string for major labels on this axis.
app
AxisAppearance object containing the appearance settings for this axis.
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