Interface
IDataPointProcessor

Defines a type that may enrich a DataPoint with additional properties.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public interface IDataPointProcessor

Properties

IsEnabled

Gets or sets a value indicating whether the processor is currently enabled.

Declaration

cs-api-definition
bool IsEnabled { get; set; }

Property Value

bool

Methods

Process(DataPoint)

Performs the core action over the specified point.

Declaration

cs-api-definition
void Process(DataPoint dataPoint)

Parameters

dataPoint

DataPoint