[]
Represents a key-value pair.
[TypeConverter(typeof(KeyValuePair.Converter))]
public sealed class KeyValuePair
Name | Description |
---|---|
KeyValuePair(string, object) | Initializes a new instance of the KeyValuePair class. |
KeyValuePair(string, object, ICustomPropertyValueValidator) | Initializes a new instance of the KeyValuePair class. |
KeyValuePair(string, object, ICustomPropertyValueValidator, bool) | Initializes a new instance of the KeyValuePair class. |
KeyValuePair(string, object, bool) | Initializes a new instance of the KeyValuePair class. |
Name | Description |
---|---|
IsPointOverridable | Gets true if the custom property is applicable to series's points |
Key | Gets the key. |
Validator | Gets the validator. |
Value | Gets the value. |