Click or drag to resize

TwoHistogramsAndLine Class

LightningChart .NET Help
Custom Indicator. Allows showing a line and two histograms in a separate segment based on the given data values.
Inheritance Hierarchy

Namespace:  Arction.CustomControls.Trader.WinForms.TechnicalIndicators
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public class TwoHistogramsAndLine : SegmentIndicator

The TwoHistogramsAndLine type exposes the following members.

Constructors
  NameDescription
Public methodTwoHistogramsAndLine
Constructor
Top
Properties
  NameDescription
Public propertyHistogramColor1
Gets or sets the bar color of the first histogram.
Public propertyHistogramColor2
Gets or sets the bar color of the second histogram.
Public propertyHistogramsStacked
Gets or sets whether the histograms are stacked.
Public propertyHistogramTitle1
Gets or sets the title of the first histogram.
Public propertyHistogramTitle2
Gets or sets the title of the second histogram.
Public propertyHistogramWidth1
Gets or sets the bar width of the first histogram.
Public propertyHistogramWidth2
Gets or sets the bar width of the second histogram.
Public propertyID
ID string for the indicator
(Inherited from Indicator.)
Public propertyLimitYToStackSegment
Indicator is clipped outside the segment it belongs to.
Public propertyLineColor
Gets or sets the color of the indicator line.
Public propertyLineSeriesTitle
Gets or sets the title of the indicator line.
Public propertyLineWidth
Gets or sets the width of the indicator line.
Public propertySegmentHeight
Segment height, relative to other segment values
(Inherited from SegmentIndicator.)
Public propertyTitle
Title shown in the data cursor box, and near Y-axes.
(Inherited from Indicator.)
Top
Methods
  NameDescription
Public methodAddHistogram
Adds a histogram to the indicator.
Public methodAddLine
Adds a line to the indicator.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also