OhlcPointElement
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class OhlcPointElement : DataPointElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IImageElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartImageElementDataPointElementOhlcPointElement...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the OhlcPointElement class.
Fields
C#
public static RadProperty CloseProperty
C#
public static RadProperty IsFallingProperty
C#
public static RadProperty IsRisingProperty
C#
public static RadProperty OpenProperty
Properties
Gets whether the point element is falling.
C#
[Browsable(false)]
public bool IsFalling { get; }
The value if it is falling.
Methods
Builds the visual state.
C#
protected override void BuildVisualState()
Overrides:
Creates the label element.
C#
protected override LabelElement CreateLabelElement(DataPointElement point)
The point.
Returns:Overrides:
Raises the RadPropertyChanged event and the standard .NET PropertyChanged event to notify subscribers of property value changes.
C#
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
The RadPropertyChangedEventArgs containing information about the property change.
Overrides: