Class
CategoricalDataPointBase

Represents a single-value data point, which may be plotted in a CartesianChartAreaModel and has its second value defined as Category.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public abstract class CategoricalDataPointBase : DataPoint, IDisposable, INotifyPropertyChanged

Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointCategoricalDataPointBase

Derived Classes: CategoricalDataPointHlcDataPointRangeDataPoint

Implements: IDisposableINotifyPropertyChanged

Inherited Members DataPoint.GetBoundValue<T>(int)DataPoint.SetBoundValue(int, object)DataPoint.InitBoundValues()DataPoint.SetDataItem(object)DataPoint.ContainsBoundValue(int)DataPoint.LabelDataPoint.DataItemDataPoint.IsSelectedChartNode.Arrange(RadRect, bool)ChartNode.Invalidate()ChartNode.SetValueCore(int, object)ChartNode.ClearValueCore(int)ChartNode.IsArrangeValidChartNode.NodeStateChartNode.IndexChartNode.CollectionIndexChartNode.IsTreeLoadedChartNode.LayoutSlotChartNode.ParentChartNode.PresenterChartNode.PropertyChangedPropertyBagObject.IsLocalValue(int)PropertyBagObject.GetValue(int)PropertyBagObject.SetValue(int, object)PropertyBagObject.ClearValue(int)PropertyBagObject.GetTypedValue<T>(int, T)PropertyBagObject.DisposeManagedResources()PropertyBagObject.PropertyStoreDisposableObject.Dispose()DisposableObject.DisposeUnmanagedResources()DisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.EventsDisposableObject.DisposingDisposableObject.Disposed

Constructors

CategoricalDataPointBase()

Declaration

cs-api-definition
protected CategoricalDataPointBase()

Fields

isInCategoricalRange

Defines whether the datapoint is within its categorical axis range.

Declaration

cs-api-definition
protected bool isInCategoricalRange

Field Value

bool

isInNumericalRange

Defines whether the datapoint is within its numerical axis range.

Declaration

cs-api-definition
protected bool isInNumericalRange

Field Value

bool

Properties

Category

Gets or sets the object instance that describes the category of the point.

Declaration

cs-api-definition
[TypeConverter(typeof(StringConverter))]
public object Category { get; set; }

Property Value

object

IsInPlotRange

Determines whether the data point may be plotted correctly.

Declaration

cs-api-definition
[Browsable(false)]
public override bool IsInPlotRange { get; }

Property Value

bool

Overrides DataPoint.IsInPlotRange