| Name | Description |
| Alignment | Gets or sets the alignment of the LineMarker content. |
| AnchorX | (Inherited from Xamarin.Forms.VisualElement) |
| AnchorY | (Inherited from Xamarin.Forms.VisualElement) |
| AutomationId | (Inherited from Xamarin.Forms.Element) |
| BackgroundColor | (Inherited from Xamarin.Forms.VisualElement) |
| Behaviors | (Inherited from Xamarin.Forms.VisualElement) |
| BindingContext | (Inherited from Xamarin.Forms.BindableObject) |
| Bounds | (Inherited from Xamarin.Forms.VisualElement) |
| class | (Inherited from Xamarin.Forms.NavigableElement) |
| ClassId | (Inherited from Xamarin.Forms.Element) |
| Content | Gets or sets the content function that allows you to customize the text content of the LineMarker. |
| Dispatcher | (Inherited from Xamarin.Forms.BindableObject) |
| DragContent | Gets or sets a value indicating whether the content of the marker is draggable when the interaction mode is "Drag". |
| DragLines | Gets or sets a value indicating whether the lines are linked when the horizontal or vertical line is dragged when the interaction mode is "Drag". |
| DragThreshold | Gets or sets the maximum distance from the horizontal or vertical line that the marker can be dragged. |
| Effects | (Inherited from Xamarin.Forms.Element) |
| FlowDirection | (Inherited from Xamarin.Forms.VisualElement) |
| GestureRecognizers | (Inherited from Xamarin.Forms.View) |
| Height | (Inherited from Xamarin.Forms.VisualElement) |
| HeightRequest | (Inherited from Xamarin.Forms.VisualElement) |
| HorizontalLineStyle | Gets or set the Style of horizontal line. |
| HorizontalOptions | (Inherited from Xamarin.Forms.View) |
| HorizontalPosition | Gets or sets the horizontal position of the LineMarker relative to the plot area. Its value range is (0, 1).If set this value,then the line marker's horizontal position is fixed. If the value is null or undefined and interaction is set to LineMarkerInteraction.Move or LineMarkerInteraction.Drag, the horizontal position of the marker is calculated automatically based on the pointer's position. |
| Id | (Inherited from Xamarin.Forms.Element) |
| InputTransparent | (Inherited from Xamarin.Forms.VisualElement) |
| Interaction | Gets or sets the interaction mode of the LineMarker. |
| IsEnabled | (Inherited from Xamarin.Forms.VisualElement) |
| IsFocused | (Inherited from Xamarin.Forms.VisualElement) |
| IsTabStop | (Inherited from Xamarin.Forms.VisualElement) |
| IsVisible | (Inherited from Xamarin.Forms.VisualElement) |
| Lines | Gets or sets the visibility of the LineMarker lines. |
| Margin | (Inherited from Xamarin.Forms.View) |
| MinimumHeightRequest | (Inherited from Xamarin.Forms.VisualElement) |
| MinimumWidthRequest | (Inherited from Xamarin.Forms.VisualElement) |
| Navigation | (Inherited from Xamarin.Forms.NavigableElement) |
| Opacity | (Inherited from Xamarin.Forms.VisualElement) |
| Parent | (Inherited from Xamarin.Forms.Element) |
| Resources | (Inherited from Xamarin.Forms.VisualElement) |
| Rotation | (Inherited from Xamarin.Forms.VisualElement) |
| RotationX | (Inherited from Xamarin.Forms.VisualElement) |
| RotationY | (Inherited from Xamarin.Forms.VisualElement) |
| Scale | (Inherited from Xamarin.Forms.VisualElement) |
| ScaleX | (Inherited from Xamarin.Forms.VisualElement) |
| ScaleY | (Inherited from Xamarin.Forms.VisualElement) |
| Style | (Inherited from Xamarin.Forms.NavigableElement) |
| StyleClass | (Inherited from Xamarin.Forms.NavigableElement) |
| StyleId | (Inherited from Xamarin.Forms.Element) |
| TabIndex | (Inherited from Xamarin.Forms.VisualElement) |
| TranslationX | (Inherited from Xamarin.Forms.VisualElement) |
| TranslationY | (Inherited from Xamarin.Forms.VisualElement) |
| Triggers | (Inherited from Xamarin.Forms.VisualElement) |
| VerticalLineStyle | Gets or set the Style of vertical line. |
| VerticalOptions | (Inherited from Xamarin.Forms.View) |
| VerticalPosition | Gets or sets the vertical position of the LineMarker relative to the plot area. Its value range is (0, 1). If set this value,then the line marker's vertical position is fixed. If the value is null or undefined and interaction is set to LineMarkerInteraction.Move or LineMarkerInteraction.Drag, the vertical position of the LineMarker is calculated automatically based on the pointer's position. |
| Visual | (Inherited from Xamarin.Forms.VisualElement) |
| Width | (Inherited from Xamarin.Forms.VisualElement) |
| WidthRequest | (Inherited from Xamarin.Forms.VisualElement) |
| X | Gets the current x-value as chart data coordinates. |
| Y | Gets the current y-value as chart data coordinates. |