Represents a
DataPointBinding that uses a generic delegate to retrieve the value to be applied for the generated data points.
Namespace: Telerik.Windows.ControlsAssembly: Telerik.Windows.Controls.Chart (in Telerik.Windows.Controls.Chart.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| Visual Basic |
|---|
Public Class GenericDataPointBinding(Of TElement, TResult) _
Inherits DataPointBinding |
| Visual C++ |
|---|
generic<typename TElement, typename TResult>
public ref class GenericDataPointBinding : public DataPointBinding |
Type Parameters
- TElement
- The type of the element.
- TResult
- The type of the return value of the generic delegate.
Inheritance Hierarchy
See Also