Namespace:  C1.Web.C1WebChartBase
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
public override PropertyDescriptorCollection GetProperties(
	ITypeDescriptorContext context,
	Object value,
	Attribute[] attributes
)
Visual Basic
Public Overrides Function GetProperties ( _
	context As ITypeDescriptorContext, _
	value As Object, _
	attributes As Attribute() _
) As PropertyDescriptorCollection

Parameters

context
Type: System.ComponentModel..::..ITypeDescriptorContext
value
Type: System..::..Object
attributes
Type: array<System..::..Attribute>[]()[][]

See Also