Skip to main content

MedianPriceModel Members

The MedianPrice model.

Properties

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.
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.
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.
Tag Gets or sets the value of the ChartElement.Tag within the model. Inherited from ChartElementModel.
Visible Gets or sets the value of the Indicator.Visible within the model. Inherited from IndicatorModel.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of the ChartElementModel. Inherited from ChartElementModel.
See Also