[]
Specifies delegate for using as DependentAxisConverter.
public delegate double AxisConverter(double val)
| Type | Name | Description |
|---|---|---|
| double | val | Value on the main axis. |
| Type | Description |
|---|---|
| double | Value on the dependent axis. |
| Name | Description |
|---|---|
| AxisConverter(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(double, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(double) |