New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.Sparkline

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
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

C#
public CategoricalSparkDataPointBase()

Fields

Defines whether the datapoint is within its categorical axis range.

C#
protected bool isInCategoricalRange

Defines whether the datapoint is within its numerical axis range.

C#
protected bool isInNumericalRange

Properties

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

C#
[TypeConverter(typeof(StringConverter))]
public object Category { get; set; }

Determines whether the data point may be plotted correctly.

C#
[Browsable(false)]
public override bool IsInPlotRange { get; }

Overrides: SparkDataPoint.IsInPlotRange