BollingerBandsModel Properties
The BollingerBands model.| Name | Description |
|---|---|
| AllowAddChild | Gets or sets the value indicating whether a child model item can be added. Inherited from ChartElementModel. |
| AllowChangeVisibility | Gets or sets the value indicating whether changing the element visibility is allowed. Inherited from ChartElementModel. |
| AllowRemove | Gets or sets the value indicating whether removing an element is allowed. Inherited from ChartElementModel. |
| Animation | Gets or sets the Indicator.Animation property value within the model. Inherited from IndicatorModel. |
| BandsColor | Gets or sets the value of the BollingerBands.BandsColor within the model. |
| BandsLineStyle | Gets or sets the value of the BollingerBands.BandsLineStyle within the model. |
| ChartElement | Returns the modeled chart element. Inherited from ChartElementModel. |
| CheckableInLegend | Gets or sets the value of the Indicator.CheckableInLegend within the model. Inherited from IndicatorModel. |
| CheckedInLegend | Gets or sets the value of the Indicator.CheckedInLegend within the model. Inherited from IndicatorModel. |
| Children | Returns the list of child chart elements. Inherited from ChartElementModel. |
| Color | Gets or sets the value of the Indicator.Color within the model. Inherited from IndicatorModel. |
| CrosshairContentShowMode | Gets or sets the element that displays the indicator’s Crosshair content. Inherited from IndicatorModel. |
| CrosshairEmptyValueLegendText | Gets or sets the Indicator.CrosshairEmptyValueLegendText property value within the model. Inherited from IndicatorModel. |
| CrosshairEnabled | Gets or sets the Indicator.CrosshairEnabled property value within the model. Inherited from IndicatorModel. |
| CrosshairLabelPattern | Gets or sets the Indicator.CrosshairLabelPattern property value within the chart model. Inherited from IndicatorModel. |
| CrosshairLabelVisibility | Gets or sets the chart model’s Indicator.CrosshairLabelVisibility property. Inherited from IndicatorModel. |
| CrosshairTextOptions | Gets or sets the IndicatorModel.CrosshairTextOptions property value within the model. Inherited from IndicatorModel. |
| Element | Returns the chart element whose model is the current model object. Inherited from ChartElementModel. |
| Legend | Gets or sets the model of the legend assigned to the modeled indicator. Inherited from IndicatorModel. |
| LegendText | Gets or set the value that specifies the Indicator.LegendText property within the chart model. Inherited from IndicatorModel. |
| LineStyle | Returns the model of the line style of the modeled indicator. Inherited from IndicatorModel. |
| Name | Gets or sets the value of the Indicator.Name within the model. Inherited from IndicatorModel. |
| PointsCount | Gets or sets the value of the BollingerBands.PointsCount within the model. |
| ShowInLegend | Gets or sets the value of the Indicator.ShowInLegend within the model. Inherited from IndicatorModel. |
| ShowInStructureControl | Gets or sets the value specifying whether the chart element should be shown in the Structure control of the Chart Designer. Inherited from ChartElementModel. |
| StandardDeviationMultiplier | Gets or sets the value of the BollingerBands.StandardDeviationMultiplier within the model. |
| Tag | Gets or sets the value of the ChartElement.Tag within the model. Inherited from ChartElementModel. |
| ValueLevel | Gets or sets the value of the BollingerBands.ValueLevel within the model. |
| Visible | Gets or sets the value of the Indicator.Visible within the model. Inherited from IndicatorModel. |
See Also