[]
        
(Showing Draft Content)

FarPoint.Win.Chart.GenericTypeConverter-1

GenericTypeConverter<T> Class

A generic type converter which inherited from ExpandableObjectConverter and can be used for various type of objects in FpChart.

Inheritance
GenericTypeConverter<T>
Namespace: FarPoint.Win.Chart
Assembly: FarPoint.Win.Chart.dll
Syntax
public class GenericTypeConverter<T> : ExpandableObjectConverter
Public Class GenericTypeConverter(Of T)
    Inherits ExpandableObjectConverter
Type Parameters
Name Description
T

Type of the object.

Constructors

Name Description
GenericTypeConverter()

Initializes a new instance of the GenericTypeConverter<T> class.

Methods

Name Description
CanConvertTo(ITypeDescriptorContext, Type)

Determines whether the control can convert the context to the specified type.

ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)

Converts the context to the specified culture and type.