Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Interaction Namespace / C1LineMarker Class / ScaleY Property


In This Topic
    ScaleY Property (C1LineMarker)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property ScaleY As Single
    'Usage
     
    
    Dim instance As C1LineMarker
    Dim value As Single
     
    instance.ScaleY = value
     
    value = instance.ScaleY
    public virtual float ScaleY {get; set;}
    See Also