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 Series _
)
[C#]
public void AddCalculatedTick(
string labelTemplate,
Calculation calculation,
Series series
);
The calculation will be based on the specified Series.
The %Value token in the template will be replaced with the resulting value.
Axis Class | Axis Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.