Name | Description | |
---|---|---|
C1LineMarker Constructor | Overloaded. |
The following tables list the members exposed by C1LineMarker.
Name | Description | |
---|---|---|
C1LineMarker Constructor | Overloaded. |
Name | Description | |
---|---|---|
AlignmentProperty | Identifies the Alignment dependency property. | |
ContentProperty | Identifies the Content dependency property. | |
DragContentProperty | Identifies the DragContent dependency property. | |
DragLinesProperty | Identifies the DragLines dependency property. | |
DragThresholdProperty | Identifies the DragThreshold dependency property. | |
HorizontalLineStyleProperty | Identifies the Vertical line style dependency property. | |
HorizontalPositionProperty | Identifies the HorizontalPosition dependency property. | |
InteractionProperty | Identifies the Interaction dependency property. | |
LinesProperty | Identifies the Lines dependency property. | |
VerticalLineStyleProperty | Identifies the Vertical line style dependency property. | |
VerticalPositionProperty | Identifies the VerticalPosition dependency property. | |
XProperty | ||
YProperty |
Name | Description | |
---|---|---|
Alignment | Gets or sets the alignment of the LineMarker content. | |
ClassHandle | (Inherited from UIKit.UIView) | |
Content | Gets or sets the content function that allows you to customize the text content of the LineMarker. | |
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. | |
Handle | (Inherited from Foundation.NSObject) | |
HorizontalLineStyle | Gets or set the Style of horizontal line. | |
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. | |
Interaction | Gets or sets the interaction mode of the LineMarker. | |
Lines | Gets or sets the visibility of the LineMarker lines. | |
SuperHandle | (Inherited from Foundation.NSObject) | |
VerticalLineStyle | Gets or set the Style of vertical line. | |
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. | |
X | Gets the current x-value as chart data coordinates. | |
Y | Gets the current y-value as chart data coordinates. |
Name | Description | |
---|---|---|
Add | (Inherited from UIKit.UIView) | |
AddObserver | Overloaded. (Inherited from Foundation.NSObject) | |
AddSubviews | (Inherited from UIKit.UIView) | |
AwakeFromNib | (Inherited from Foundation.NSObject) | |
BeginInvokeOnMainThread | Overloaded. (Inherited from Foundation.NSObject) | |
ConformsToProtocol | (Inherited from Foundation.NSObject) | |
DangerousAutorelease | (Inherited from Foundation.NSObject) | |
DangerousRelease | (Inherited from Foundation.NSObject) | |
DangerousRetain | (Inherited from Foundation.NSObject) | |
Dispose | (Inherited from Foundation.NSObject) | |
Equals | Overloaded. (Inherited from Foundation.NSObject) | |
GetEnumerator | (Inherited from UIKit.UIView) | |
GetHashCode | (Inherited from Foundation.NSObject) | |
GetNativeField | (Inherited from Foundation.NSObject) | |
Init | (Inherited from Foundation.NSObject) | |
Invoke | Overloaded. (Inherited from Foundation.NSObject) | |
InvokeOnMainThread | Overloaded. (Inherited from Foundation.NSObject) | |
SetNativeField | (Inherited from Foundation.NSObject) | |
SetValueForKeyPath | (Inherited from Foundation.NSObject) | |
ToString | (Inherited from Foundation.NSObject) |
Name | Description | |
---|---|---|
GetImage | Get the byte array of the control image. This byte array comes from a UIImagePNGRepresentation in iOS, TrueColorAlpha of PNG format in WP, Bitmap in Android. |
Name | Description | |
---|---|---|
AnimationWillEnd | (Inherited from UIKit.UIView) | |
AnimationWillStart | (Inherited from UIKit.UIView) | |
PositionChanged | Occurs after the LineMarker's position changes. |