Skip to main content
All docs
V18.2

FibonacciIndicator.TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Method

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public override object ConvertTo(
    ITypeDescriptorContext context,
    CultureInfo culture,
    object value,
    Type destinationType
)

Parameters

Name Type
context ITypeDescriptorContext
culture CultureInfo
value Object
destinationType Type

Returns

Type
Object
See Also