C1.iOS.Chart Assembly / C1.iOS.Chart.Interaction Namespace / C1LineMarker Class

C1LineMarker Class Properties

For a list of all members of this type, see C1LineMarker members.

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
See Also