[]
        
(Showing Draft Content)

C1.Maui.Chart.Interaction.C1LineMarker

C1LineMarker Class

Represents an extension of the LineMarker for the FlexChart.

Inheritance
C1LineMarker
Implements
Namespace: C1.Maui.Chart.Interaction
Assembly: C1.Maui.Chart.dll
Syntax
public class C1LineMarker : ContentView, IChartLayer

Constructors

Name Description
C1LineMarker()

Creates an instance of LineMarker.

Fields

Name Description
AlignmentProperty

Identifies the Alignment dependency property.

ContentBackgroundColorProperty
ContentBorderColorProperty
ContentProperty

Identifies the Content dependency property.

HorizontalPositionProperty

Identifies the HorizontalPosition dependency property.

InteractionProperty

Identifies the Interaction dependency property.

LineColorProperty
LineWidthProperty

Identifies the LineWidth dependency property.

LinesProperty

Identifies the Lines dependency property.

VerticalPositionProperty

Identifies the VerticalPosition dependency property.

Properties

Name Description
Alignment

Gets or sets the alignment of the LineMarker content.

Content

Gets or sets the content function that allows you to customize the text content of the LineMarker.

ContentBackgroundColor

Gets or sets the content background color.

ContentBorderColor

Gets or sets the content border color.

HorizontalPosition

Gets or sets the position of horizontal line.

Interaction

Gets or sets the interaction mode of the LineMarker.

LineColor

Gets or sets the color of marker's lines.

LineWidth

Gets or sets the line width.

Lines

Gets or sets the visibility of the LineMarker lines.

VerticalPosition

Gets or set the position of vertical line.

X

Gets the current x-value as chart data coordinates.

Y

Gets the current y-value as chart data coordinates.

Methods

Name Description
OnPositionChanged(bool)

Raise the PositionChanged event.

Events

Name Description
PositionChanged

Occurs after the LineMarker's position changes.