[]
        
(Showing Draft Content)

C1.WPF.C1Chart.AxisConverter

AxisConverter Delegate

Specifies delegate for using as DependentAxisConverter.

Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public delegate double AxisConverter(double val)
Parameters
Type Name Description
double val

Value on the main axis.

Returns
Type Description
double

Value on the dependent axis.

Constructors

Name Description
AxisConverter(object, IntPtr)

Methods

Name Description
BeginInvoke(double, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(double)