[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.KeyValuePair

KeyValuePair Class

Represents a key-value pair.

Inheritance
KeyValuePair
Namespace: GrapeCity.ActiveReports.Chart
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
[TypeConverter(typeof(KeyValuePair.Converter))]
public sealed class KeyValuePair

Constructors

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.

Properties

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.