Class
CategoricalSparkDataPointBase

Definition

Namespace:Telerik.WinControls.UI.Sparkline

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class CategoricalSparkDataPointBase : SparkDataPoint, IDisposable, INotifyPropertyChanged

Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkDataPointCategoricalSparkDataPointBase

Derived Classes: CategoricalSparkDataPoint

Implements: IDisposableINotifyPropertyChanged

Inherited Members SparkDataPoint.GetBoundValue<T>(int)SparkDataPoint.SetBoundValue(int, object)SparkDataPoint.InitBoundValues()SparkDataPoint.SetDataItem(object)SparkDataPoint.ContainsBoundValue(int)SparkDataPoint.DataItemSparkDataPoint.IsFirstSparkDataPoint.IsLastSparkDataPoint.IsHighSparkDataPoint.IsLowSparkDataPoint.IsNegativeSparkDataPoint.IsEmptySparkNode.Arrange(RadRect, bool)SparkNode.Invalidate()SparkNode.UpdateLayoutSlotX(double)SparkNode.UpdateLayoutSlotY(double)SparkNode.UpdateLayoutSlotWidth(double)SparkNode.UpdateLayoutSlotHeight(double)SparkNode.SetValueCore(int, object)SparkNode.ClearValueCore(int)SparkNode.IsArrangeValidSparkNode.NodeStateSparkNode.IndexSparkNode.CollectionIndexSparkNode.IsTreeLoadedSparkNode.LayoutSlotSparkNode.SparkAreaSparkNode.ParentSparkNode.PresenterSparkNode.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

CategoricalSparkDataPointBase()

Declaration

cs-api-definition
public CategoricalSparkDataPointBase()

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 SparkDataPoint.IsInPlotRange