Class BarLabelElement
Inheritance
System.Object
BarLabelElement
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 BarLabelElement : OhlcLabelElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IImageElement
Constructors
BarLabelElement(DataPointElement)
Initializes a new instance of the BarLabelElement class.
Declaration
public BarLabelElement(DataPointElement dataPointElement)
Parameters
DataPointElement
dataPointElement
The data point element. |
Properties
DistanceToLabel
Gets or sets the distance to label.
Declaration
public int DistanceToLabel { get; set; }
Property Value
System.Int32
The distance to label. |