[]
Represents an extension of the LineMarker for the FlexChart.
public class C1LineMarker : ContentView, IChartLayer
Name | Description |
---|---|
C1LineMarker() | Creates an instance of LineMarker. |
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. |
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. |
Name | Description |
---|---|
OnPositionChanged(bool) | Raise the PositionChanged event. |
Name | Description |
---|---|
PositionChanged | Occurs after the LineMarker's position changes. |