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 BarPointElement class.
Declaration
public BarPointElement(DataPoint dataPoint)
Parameters
DataPoint
dataPoint
The data point. |
Properties
ThemeRole
Gets or sets the theme role.
Declaration
public override string ThemeRole { get; }
Property Value
System.String
The theme role. |
Overrides
Methods
GetDefaultVisualState(ChartSeries, Int32)
Gets the default visual state.
Declaration
protected override string GetDefaultVisualState(ChartSeries series, int index)
Parameters
ChartSeries
series
The series. |
System.Int32
index
The index. |
Returns
System.String
|