Class OhlcLabelElement
Inheritance
System.Object
OhlcLabelElement
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 OhlcLabelElement : LabelElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IImageElement
Constructors
OhlcLabelElement(DataPointElement)
Initializes a new instance of the OhlcLabelElement class.
Declaration
public OhlcLabelElement(DataPointElement dataPointElement)
Parameters
DataPointElement
dataPointElement
The data point element. |
Fields
PositionOffsetProperty
Properties
PositionOffset
Gets or sets the position offset.
Declaration
public PointF PositionOffset { get; set; }
Property Value
System.Drawing.PointF
The position offset. |