Obtains a copy instance of this
Axis and processes it's tick values based on the specified method.
Overload List
Overload |
Description |
Calculate(String,ChangeValueDelegate) |
Obtains a copy instance of this Axis and processes it's tick values based on the specified method. |
Calculate(String,Object,Object) |
Obtains a copy instance of this Axis and performs unit conversion for it's tick values based on the specified units. |
Calculate(String,Object,Object,Boolean) |
Obtains a copy instance of this Axis and performs unit conversion for it's tick values based on the specified units. |
Calculate(String,TimeInterval) |
Obtains a copy instance of this Axis and recalculates it's tick values based a specified TimeInterval. |
Calculate(String,TimeIntervalAdvanced) |
Obtains a copy instance of this Axis and recalculates it's tick values based a specified TimeInterval. |
Calculate(String) |
Creates a replica axis object that shadows this axis. |
Calculate(String,Boolean) |
Creates a replica axis object with a clear values option that shadows this axis. |
Calculate(String,Boolean,Orientation) |
Creates a replica axis object with an orientation and a value clearing option that shadows this axis. |
See Also