Visual Basic (Declaration) | |
---|---|
Public Overloads Sub AddCalculatedTick( _ ByVal labelTemplate As String, _ ByVal calculation As Calculation, _ ByVal series As SeriesCollection _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.
The calculation will be based on the specified SeriesCollection.
The %Value token in the template will be replaced with the resulting value.