Visual Basic (Declaration) | |
---|---|
Public Overloads Sub AddCalculatedTick( _ ByVal labelTemplate As String, _ ByVal calculation As Calculation _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void AddCalculatedTick( string labelTemplate, Calculation calculation ) |
Parameters
- labelTemplate
- A template for the resulting tick label.
- calculation
- Calculation to perform.
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.