dotnetCHARTING Send comments on this topic.
AddCalculatedTick(String,Calculation) Method
See Also 
dotnetCHARTING Namespace > Axis Class > AddCalculatedTick Method : AddCalculatedTick(String,Calculation) Method


labelTemplate
A template for the resulting tick label.
calculation
Calculation to perform.
Adds an AxisTick with a value based on the specified Calculation using a template for the resulting label.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub AddCalculatedTick( _
   ByVal labelTemplate As String, _
   ByVal calculation As Calculation _
) 
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim labelTemplate As String
Dim calculation As Calculation
 
instance.AddCalculatedTick(labelTemplate, calculation)
C# 
public void AddCalculatedTick( 
   string labelTemplate,
   Calculation calculation
)

Parameters

labelTemplate
A template for the resulting tick label.
calculation
Calculation to perform.

Remarks

The calculation will be based on all the series using this axis.

The %Value token in the template will be replaced with the resulting value.

See Also

© 2010 All Rights Reserved.