See Also

Axis Class  | Axis Members  | Overload List

Language

Visual Basic

C#

Show All

name
Name of the new axis.
convertFromUnit
Unit to convert from.
convertToUnit
Unit to convert to.
refreshScale
If true, the axis ticks will not necessarily match the original ticks. They will have their own appropriate interval and be easier to read in many cases.
See Also Languages dotnetCHARTING Send comments on this topic.

Calculate(String,Object,Object,Boolean) Method

Obtains a copy instance of this Axis and performs unit conversion for it's tick values based on the specified units.

[Visual Basic]
Overloads Public Function Calculate( _    ByVal name As String, _    ByVal convertFromUnit As Object, _    ByVal convertToUnit As Object, _    ByVal refreshScale As Boolean _ ) As Axis
[C#]
public Axis Calculate(    string name,    object convertFromUnit,    object convertToUnit,    bool refreshScale );

Parameters

name
Name of the new axis.
convertFromUnit
Unit to convert from.
convertToUnit
Unit to convert to.
refreshScale
If true, the axis ticks will not necessarily match the original ticks. They will have their own appropriate interval and be easier to read in many cases.

Return Type

A new calculated instance of this axis.

See Also

Axis Class  | Axis Members  | Overload List

 

 


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