Class CategoricalSparkDataPointBase
Inheritance
System.Object
CategoricalSparkDataPointBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Sparkline
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CategoricalSparkDataPointBase : SparkDataPoint, IDisposable, INotifyPropertyChanged
Constructors
CategoricalSparkDataPointBase()
Declaration
public CategoricalSparkDataPointBase()
Fields
isInCategoricalRange
Defines whether the datapoint is within its categorical axis range.
Declaration
protected bool isInCategoricalRange
Field Value
System.Boolean
|
isInNumericalRange
Defines whether the datapoint is within its numerical axis range.
Declaration
protected bool isInNumericalRange
Field Value
System.Boolean
|
Properties
Category
Gets or sets the object instance that describes the category of the point.
Declaration
public object Category { get; set; }
Property Value
System.Object
|
IsInPlotRange
Determines whether the data point may be plotted correctly.
Declaration
public override bool IsInPlotRange { get; }
Property Value
System.Boolean
|