Intersoft ClientUI Documentation
PrepareAxisLabel Method (DisplayAxis)



The axis label to prepare.
The data context to use for the axis label.
Prepares an axis label to be plotted.
Syntax
Protected Overridable Sub PrepareAxisLabel( _
   ByVal label As Control, _
   ByVal dataContext As Object _
) 
Dim instance As DisplayAxis
Dim label As Control
Dim dataContext As Object
 
instance.PrepareAxisLabel(label, dataContext)
protected virtual void PrepareAxisLabel( 
   Control label,
   object dataContext
)
protected:
virtual void PrepareAxisLabel( 
   Control^ label,
   Object^ dataContext
) 

Parameters

label
The axis label to prepare.
dataContext
The data context to use for the axis label.
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

Reference

DisplayAxis Class
DisplayAxis Members

Send Feedback