C1.iOS.Chart Assembly / C1.iOS.Chart.Interaction Namespace / C1LineMarker Class
Fields Properties Methods Events

C1LineMarker Class Members

The following tables list the members exposed by C1LineMarker.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Identifies the Alignment dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the Content dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the DragContent dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the DragLines dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the DragThreshold dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the Vertical line style dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the HorizontalPosition dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the Interaction dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the Lines dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the Vertical line style dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the VerticalPosition dependency property.  
Public Fieldstatic (Shared in Visual Basic)  
Public Fieldstatic (Shared in Visual Basic)  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the alignment of the LineMarker content.  
Public Property (Inherited from UIKit.UIView)
Public PropertyGets or sets the content function that allows you to customize the text content of the LineMarker.  
Public PropertyGets or sets a value indicating whether the content of the marker is draggable when the interaction mode is "Drag".  
Public PropertyGets or sets a value indicating whether the lines are linked when the horizontal or vertical line is dragged when the interaction mode is "Drag".  
Public PropertyGets or sets the maximum distance from the horizontal or vertical line that the marker can be dragged.  
Public Property (Inherited from Foundation.NSObject)
Public PropertyGets or set the Style of horizontal line.  
Public PropertyGets 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.  
Public PropertyGets or sets the interaction mode of the LineMarker.  
Public PropertyGets or sets the visibility of the LineMarker lines.  
Public Property (Inherited from Foundation.NSObject)
Public PropertyGets or set the Style of vertical line.  
Public PropertyGets 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.  
Public PropertyGets the current x-value as chart data coordinates.  
Public PropertyGets the current y-value as chart data coordinates.  
Top
Public Methods
 NameDescription
Public Method (Inherited from UIKit.UIView)
Public MethodOverloaded.  (Inherited from Foundation.NSObject)
Public Method (Inherited from UIKit.UIView)
Public Method (Inherited from Foundation.NSObject)
Public MethodOverloaded.  (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Public MethodOverloaded.  (Inherited from Foundation.NSObject)
Public Method (Inherited from UIKit.UIView)
Public Method (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Public MethodOverloaded.  (Inherited from Foundation.NSObject)
Public MethodOverloaded.  (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Top
Extension Methods
 NameDescription
Public Extension MethodGet 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.
Top
Public Events
 NameDescription
Public Event (Inherited from UIKit.UIView)
Public Event (Inherited from UIKit.UIView)
Public EventOccurs after the LineMarker's position changes.  
Top
See Also