Class BarPointElement
Inheritance
System.Object
BarPointElement
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 BarPointElement : CategoricalPointElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IImageElement
Constructors
BarPointElement(DataPoint)
Initializes a new instance of the Bar
Declaration
public BarPointElement(DataPoint dataPoint)
Parameters
Data The data point. |
Properties
ThemeRole
Gets or sets the theme role.
Declaration
public override string ThemeRole { get; }
Property Value
System. The theme role. |
Overrides
Methods
GetDefaultVisualState(ChartSeries, Int32)
Gets the default visual state.
Declaration
protected override string GetDefaultVisualState(ChartSeries series, int index)
Parameters
Chart The series. |
System. The index. |
Returns
System.
|