Parent: Object
Represents a component line in a chart drawing object.
Controls whether the ExtendLeft property of this line is changed when the user changes the "Extend Left" Parameter instance of the Parent drawing object.
Controls whether the ExtendRight property of this line is changed when the user changes the "Extend Right" Parameter instance of the Parent drawing object.
Controls whether the LineStyle property of this line is changed when the user changes the "Line Style" Parameter instance of the Parent drawing object.
Initializes to a default of WLColor.Transparent. If assigned a different Color value, the line will be rendered using that color instead of the Color of the parent drawing object.
Controls whether the line extends beyond its LeftHandle when rendered.
Controls whether the line extends beyond its RightHandle when rendered.
Checks the positions of Handle1 and Handle2 and swaps them if Handle1 has a greater DateTime than Handle2.
Returns whether the line, or at least a portion of it, is visible within the range of index values specified by startX and endX.
Controls whether or not the user can drag the line with the mouse.
Returns whether or not the line is vertical.
Controls whether or not the line should be rendered.
Specifies the line style to be used when rendering the line.
Returns the chart drawing object (an instance of the DrawingObjectBase class) that this line belongs to.
Renders the line to the specified DrawingContext (dc), using the specified pen.
Returns the y-axis value that the line intercepts at the specified DateTime (dt).