Class
PropertyKeys

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public static class PropertyKeys

Inheritance: objectPropertyKeys

Methods

GetNameByKey(Type, int)

Declaration

cs-api-definition
public static string GetNameByKey(Type type, int key)

Parameters

type

Type

key

int

Returns

string

GetPropertyFlags(int)

Declaration

cs-api-definition
public static ChartAreaInvalidateFlags GetPropertyFlags(int key)

Parameters

key

int

Returns

ChartAreaInvalidateFlags

Register(Type, string)

Declaration

cs-api-definition
public static int Register(Type type, string propertyName)

Parameters

type

Type

propertyName

string

Returns

int

Register(Type, string, ChartAreaInvalidateFlags)

Declaration

cs-api-definition
public static int Register(Type type, string propertyName, ChartAreaInvalidateFlags flags)

Parameters

type

Type

propertyName

string

flags

ChartAreaInvalidateFlags

Returns

int