For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Objects derived from the Line class are used to characterize how an oscillator line is visually displayed (plotted) on a chart.
Properties
Property
Description
Brush
The System.Windows.Media.Brush used to construct the line (reference)
BrushDX
A SharpDX.Direct2D1.Brush used to actually render the line. Note: To avoid and resolve access violation exceptions, please see Warning and examples remarked below
DashStyleDX
A SharpDX.Direct2D1.DashStyle used to render the stroke style. Note: To avoid and resolve access violation exceptions, please see Warning and examples remarked below
DashStyleHelper
A dashstyle used to construct the stroke. Possible values are: DashStyleHelper.Dash DashStyleHelper.DashDot DashStyleHelper.DashDotDot DashStyleHelper.Dot DashStyleHelper.Solid
Name
A string representing the name of the line
RenderTarget
The RenderTarget drawing context used for the line.