[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.KeyValuePair.-ctor

KeyValuePair Constructor

KeyValuePair(string, object)

Initializes a new instance of the KeyValuePair class.

Declaration
public KeyValuePair(string key, object value)
Parameters
Type Name Description
string key
object value

KeyValuePair(string, object, bool)

Initializes a new instance of the KeyValuePair class.

Declaration
public KeyValuePair(string key, object value, bool isPointOverridable)
Parameters
Type Name Description
string key
object value
bool isPointOverridable

KeyValuePair(string, object, ICustomPropertyValueValidator)

Initializes a new instance of the KeyValuePair class.

Declaration
public KeyValuePair(string key, object value, ICustomPropertyValueValidator validator)
Parameters
Type Name Description
string key
object value
ICustomPropertyValueValidator validator

KeyValuePair(string, object, ICustomPropertyValueValidator, bool)

Initializes a new instance of the KeyValuePair class.

Declaration
public KeyValuePair(string key, object value, ICustomPropertyValueValidator validator, bool isPointOverridable)
Parameters
Type Name Description
string key
object value
ICustomPropertyValueValidator validator
bool isPointOverridable