Xuni Product Documentation - Xamarin.Forms
ChartLineMarker Class Members
Fields  Properties  Methods  Events

The following tables list the members exposed by ChartLineMarker.

Public Constructors
 NameDescription
Public ConstructorChartLineMarker Constructor  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)AlignmentProperty  
Public Fieldstatic (Shared in Visual Basic)ContentProperty Identifies the ContentTemplate bindable property.  
Public Fieldstatic (Shared in Visual Basic)DataPointsProperty  
Public Fieldstatic (Shared in Visual Basic)DragContentProperty  
Public Fieldstatic (Shared in Visual Basic)HorizontalLineColorProperty  
Public Fieldstatic (Shared in Visual Basic)HorizontalLineWidthProperty  
Public Fieldstatic (Shared in Visual Basic)HorizontalPositionProperty  
Public Fieldstatic (Shared in Visual Basic)InteractionProperty  
Public Fieldstatic (Shared in Visual Basic)IsVisibleProperty  
Public Fieldstatic (Shared in Visual Basic)LinesProperty  
Public Fieldstatic (Shared in Visual Basic)SeriesIndexProperty  
Public Fieldstatic (Shared in Visual Basic)VerticalLineColorProperty  
Public Fieldstatic (Shared in Visual Basic)VerticalLineWidthProperty  
Public Fieldstatic (Shared in Visual Basic)VerticalPositionProperty  
Public Fieldstatic (Shared in Visual Basic)XProperty  
Public Fieldstatic (Shared in Visual Basic)YProperty  
Top
Public Properties
 NameDescription
Public PropertyAlignment Gets or sets the label alignment.  
Public PropertyBindingContext (Inherited from Xamarin.Forms.BindableObject)
Public PropertyContent Gets or sets the content template for the marker label.  
Public PropertyDataPoints DataPoints  
Public PropertyDragContent If the Interaction is Drag, this property determines if the user can also drag the label.  
Public PropertyHorizontalLineColor Gets or sets the color of the horizontal line .  
Public PropertyHorizontalLineWidth Gets or sets the width of the horizontal lines  
Public PropertyHorizontalPosition Gets or sets the horizontal position of the LineMarker  
Public PropertyInteraction Gets or sets whether the marker is interactive.  
Public PropertyIsVisible Gets or sets the visibility of the line marker.  
Public PropertyLines Gets or sets the type of lines.  
Public PropertySeriesIndex Gets or sets the index of the series in the chart in which the LineMarker.  
Public PropertyVerticalLineColor Gets or sets the color of the vertical line.  
Public PropertyVerticalLineWidth Gets or sets the width of the vertical lines  
Public PropertyVerticalPosition Gets or sets the vertical position of the LineMarker relative to the plot area.  
Public PropertyX Gets the current x-value as chart data coordinates.  
Public PropertyY Gets the current y-value as chart data coordinates.  
Top
Public Methods
 NameDescription
Public MethodClearValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodGetValue (Inherited from Xamarin.Forms.BindableObject)
Public MethodRemoveBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Top
Public Events
 NameDescription
Public EventBindingContextChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventPositionChanged Fires when the marker is moved and its position changes.  
Public EventPropertyChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventPropertyChanging (Inherited from Xamarin.Forms.BindableObject)
Top
See Also

Reference

ChartLineMarker Class
Xuni.Forms.FlexChart Namespace