See Also

Axis Class  | Axis Members  | Overload List

Language

Visual Basic

C#

Show All

labelTemplate
A template for the resulting tick label.
calculation
Calculation to perform.
series
SeriesCollection to perform the calculation on.
See Also Languages dotnetCHARTING Send comments on this topic.

AddCalculatedTick(String,Calculation,SeriesCollection) Method

Adds an AxisTick with a value based on the specified Calculation using a template for the resulting label.

[Visual Basic]
Overloads Public Sub AddCalculatedTick( _    ByVal labelTemplate As String, _    ByVal calculation As Calculation, _    ByVal series As SeriesCollection _ )
[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

Axis Class  | Axis Members  | Overload List

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.