The ChartHorizontalLine type exposes the following members.

Properties

  NameDescription
Alpha
Gets or sets the tranparency level for this object.
(Inherited from ChartObjectBase.)
Color
Gets or sets the pen color of this object.
(Inherited from ChartObjectBase.)
LineAlignment
Gets or sets the text line alignment.
(Inherited from ChartSingleLineBase.)
LineText
Gets or sets the line text. Line text can contain date parameters, ex: yyyy-MM-dd would print 2006-01-01 if the line was placed on January 1st, 2006.
(Inherited from ChartSingleLineBase.)
Locked
Specifies whether the user can modify the chart object on the chart.
(Inherited from ChartObjectBase.)
OpenEnd
Gets or sets the OpenEnd property. Set this to try to extend the line to the end of the chart.
(Inherited from ChartSingleLineBase.)
OpenStart
Gets or sets the OpenStart property. Set this to try to extend the line to the beginning of the chart.
(Inherited from ChartSingleLineBase.)
Points
The raw collection of points for this object.
(Inherited from ChartObjectBase.)
SmoothingMode
Gets or sets the smoothing mode.
(Inherited from ChartObjectBase.)
TextAlignment
Gets or sets the line text alignment.
(Inherited from ChartSingleLineBase.)
TextColor
Gets or sets the text color for the line text.
(Inherited from ChartSingleLineBase.)
TextFont
Gets of sets the font used for the line text.
(Inherited from ChartSingleLineBase.)
Width
Gets or sets the outline width of this object.
(Inherited from ChartObjectBase.)

See Also