ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / DependentAxisConverter Property


In This Topic
    DependentAxisConverter Property
    In This Topic
    Gets or sets axis value converter for dependent axis.
    Syntax
    'Declaration
     
    
    Public Property DependentAxisConverter As AxisConverter
    'Usage
     
    
    Dim instance As Axis
    Dim value As AxisConverter
     
    instance.DependentAxisConverter = value
     
    value = instance.DependentAxisConverter
    public AxisConverter DependentAxisConverter {get; set;}
    See Also