Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class CategoricalSparkDataPointBase : SparkDataPoint, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkDataPointCategoricalSparkDataPointBase...
Derived Classes:
Implements:
Inherited Members
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: