ClassCategoricalPointElement
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class CategoricalPointElement : DataPointElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IImageElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartImageElementDataPointElementCategoricalPointElement
Derived Classes:
Implements:
Inherited Members
Constructors
CategoricalPointElement(DataPoint)
Initializes a new instance of the CategoricalPointElement class.
Declaration
cs-api-definition
public CategoricalPointElement(DataPoint dataPoint)
Parameters
dataPoint
The data point.
Methods
CreateLabelElement(DataPointElement)
Creates the label element.
Declaration
cs-api-definition
protected override LabelElement CreateLabelElement(DataPointElement point)
Parameters
point
The point.
Returns
Overrides
OnAttached(UIChartElement)
Called when [attached].
Declaration
cs-api-definition
protected override void OnAttached(UIChartElement parent)
Parameters
parent
The parent.
Overrides