Interface IDataPointProcessor
Defines a type that may enrich a DataPoint with additional properties.
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public interface IDataPointProcessor
Properties
IsEnabled
Gets or sets a value indicating whether the processor is currently enabled.
Declaration
bool IsEnabled { get; set; }
Property Value
System.Boolean
|
Methods
Process(DataPoint)
Performs the core action over the specified point.
Declaration
void Process(DataPoint dataPoint)
Parameters
DataPoint
dataPoint
|