ComponentOne FinancialChart for WPF
C1.WPF.Chart.Interaction Namespace / C1LineMarker Class / Alignment Property



In This Topic
    Alignment Property
    In This Topic
    Gets or sets the alignment of the LineMarker content.
    Syntax
    'Declaration
     
    
    Public Property Alignment As LineMarkerAlignment
    'Usage
     
    
    Dim instance As C1LineMarker
    Dim value As LineMarkerAlignment
     
    instance.Alignment = value
     
    value = instance.Alignment
    public LineMarkerAlignment Alignment {get; set;}
    public:
    property LineMarkerAlignment Alignment {
       LineMarkerAlignment get();
       void set (    LineMarkerAlignment value);
    }
    Remarks
    By default, the LineMarker shows to the right, at the bottom of the target point. Use "|" to combine alignment values.
    See Also