Gets or sets axis value converter for dependent axis.
Namespace:
C1.Phone.ChartAssembly: C1.Phone.Chart (in C1.Phone.Chart.dll)
Syntax
C# |
---|
public Func<double, double> DependentAxisConverter { get; set; } |
Visual Basic |
---|
Public Property DependentAxisConverter As Func(Of Double, Double) Get Set |