[]
Represents collection of series properties (series type specific)
[TypeConverter(typeof(CustomProperties.Converter))]
public sealed class CustomProperties : Item, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomTypeDescriptor
| Name | Description |
|---|---|
| CustomProperties() | Initializes a new instance of the CustomProperties class. |
| CustomProperties(KeyValuePair[]) | Initializes a new instance of the CustomProperties class. |
| CustomProperties(string) | For internal use only. |
| CustomProperties(string, GraphXmlSerializationContext) | For internal use only. |
| Name | Description |
|---|---|
| IsDirty | This member overrides . Always false.
|
| this[string] | Gets property by its name |
| Name | Description |
|---|---|
| Clone() | Clones this instance. |
| CountNotNullProperties() | For internal use only! |
| Equals(object) | Determines whether the specified object is equal to this instance. |
| GetAttributes() | Returns a collection of custom attributes for this instance of a component. |
| GetClassName() | Returns the class name of this instance of a component. |
| GetComponentName() | Returns the name of this instance of a component. |
| GetConverter() | Returns a type converter for this instance of a component. |
| GetDefaultEvent() | Returns the default event for this instance of a component. |
| GetDefaultProperty() | Returns the default property for this instance of a component. |
| GetEditor(Type) | Returns an editor of the specified type for this instance of a component. |
| GetEvents() | Returns the events for this instance of a component. |
| GetEvents(Attribute[]) | Returns the events for this instance of a component using the specified attribute array as a filter. |
| GetHashCode() | Serves as the default hash function. |
| GetProperties() | Returns the properties for this instance of a component. |
| GetProperties(Attribute[]) | Returns the properties for this instance of a component using the attribute array as a filter. |
| GetPropertiesCount() | For internal use only! |
| GetPropertyOwner(PropertyDescriptor) | Returns an object that contains the property described by the specified property descriptor. |