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

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

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

C#
public interface IDataPointProcessor

Properties

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

C#
bool IsEnabled { get; set; }

Methods

Performs the core action over the specified point.

C#
void Process(DataPoint dataPoint)
Parameters:dataPointDataPoint