Intersoft ClientUI Documentation
PrepareAxisLabel Method (DateTimeAxis)



An instance of the DateTimeAxisLabel class.
The data context to assign to the label.
Prepares an instance of the DateTimeAxisLabel class by setting its IntervalType property.
Syntax
Protected Overrides Sub PrepareAxisLabel( _
   ByVal label As Control, _
   ByVal dataContext As Object _
) 
Dim instance As DateTimeAxis
Dim label As Control
Dim dataContext As Object
 
instance.PrepareAxisLabel(label, dataContext)
protected override void PrepareAxisLabel( 
   Control label,
   object dataContext
)
protected:
void PrepareAxisLabel( 
   Control^ label,
   Object^ dataContext
) override 

Parameters

label
An instance of the DateTimeAxisLabel class.
dataContext
The data context to assign to the 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

DateTimeAxis Class
DateTimeAxis Members

Send Feedback