ComponentOne FinancialChart for WinForms
C1.Win.Chart.Interaction Namespace / LineMarker Class / Alignment Property

In This Topic
    Alignment Property (LineMarker)
    In This Topic
    Gets or sets the alignment of the LineMarker content.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <C1DescriptionAttribute("Interaction.LineMarker.Alignment", "Gets or sets the alignment of the LineMarker content.")>
    Public Property Alignment As LineMarkerAlignment
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [C1Description("Interaction.LineMarker.Alignment", "Gets or sets the alignment of the LineMarker content.")]
    public LineMarkerAlignment Alignment {get; set;}
    See Also