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


labelTemplate
A template for the resulting tick label.
calculation
Calculation to perform.
series
SeriesCollection to perform the calculation on.
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, _
   ByVal series As SeriesCollection _
) 
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim labelTemplate As String
Dim calculation As Calculation
Dim series As SeriesCollection
 
instance.AddCalculatedTick(labelTemplate, calculation, series)
C# 
public void AddCalculatedTick( 
   string labelTemplate,
   Calculation calculation,
   SeriesCollection series
)

Parameters

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

Remarks

The calculation will be based on the specified SeriesCollection.

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

See Also

© 2010 All Rights Reserved.