dotnetCHARTING Send comments on this topic.
Calculate(String,Boolean) Method
See Also 
dotnetCHARTING Namespace > Axis Class > Calculate Method : Calculate(String,Boolean) Method


name
Name of the resulting axis.
clearValues
Removes the original (automatically generated) axis ticks.
Creates a replica axis object with a clear values option that shadows this axis.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Calculate( _
   ByVal name As String, _
   ByVal clearValues As Boolean _
) As Axis
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim name As String
Dim clearValues As Boolean
Dim value As Axis
 
value = instance.Calculate(name, clearValues)
C# 
public Axis Calculate( 
   string name,
   bool clearValues
)

Parameters

name
Name of the resulting axis.
clearValues
Removes the original (automatically generated) axis ticks.

See Also

© 2010 All Rights Reserved.