.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class > AddCalculatedTick Method : AddCalculatedTick(Calculation) Method
Calculation to perform.
AddCalculatedTick(Calculation) Method
Adds an AxisTick with a value based on the specified Calculation.
Syntax
'Declaration
 
Public Overloads Sub AddCalculatedTick( _
   ByVal calculation As Calculation _
) 
'Usage
 
Dim instance As Axis
Dim calculation As Calculation
 
instance.AddCalculatedTick(calculation)
public void AddCalculatedTick( 
   Calculation calculation
)

Parameters

calculation
Calculation to perform.
Remarks
The calculation will be based on all the series using this axis.
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