ClassOhlcPointElement
Definition
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
Inheritance: objectDisposableObjectRadObjectUIChartElementChartImageElementDataPointElementOhlcPointElement
Derived Classes:
Implements:
Inherited Members
Constructors
OhlcPointElement(DataPoint)
Initializes a new instance of the OhlcPointElement class.
Declaration
public OhlcPointElement(DataPoint point)
Parameters
point
The point.
Fields
Properties
IsFalling
Gets whether the point element is falling.
Declaration
[Browsable(false)]
public bool IsFalling { get; }
Property Value
The value if it is falling.
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
point
The point.
Returns
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Raises the RadPropertyChanged event and the standard .NET PropertyChanged event to notify subscribers of property value changes.
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
e
The RadPropertyChangedEventArgs containing information about the property change.
Overrides