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


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