Class OhlcPointElement
Inheritance
System.Object
OhlcPointElement
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class OhlcPointElement : DataPointElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IImageElement
Constructors
OhlcPointElement(DataPoint)
Initializes a new instance of the OhlcPointElement class.
Declaration
public OhlcPointElement(DataPoint point)
Parameters
DataPoint
point
The point. |
Fields
CloseProperty
IsFallingProperty
IsRisingProperty
OpenProperty
Properties
IsFalling
Gets whether the point element is falling.
Declaration
public bool IsFalling { get; }
Property Value
System.Boolean
The value if it is falling. |
IsRising
Gets whether the point element is rising.
Declaration
public bool IsRising { get; }
Property Value
System.Boolean
The is rising. |
Methods
BuildVisualState()
Builds the visual state.
Declaration
protected override void BuildVisualState()
Overrides
CreateLabelElement(DataPointElement)
Creates the label element.
Declaration
protected override LabelElement CreateLabelElement(DataPointElement point)
Parameters
DataPointElement
point
The point. |
Returns
LabelElement
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|