[]
The abstract base class for chart objects which manages property values in property bag.
public abstract class ChartPropertyBagObject : ChartObject, INotifyPropertyChanged, IC1Serializable
Name | Description |
---|---|
ChartPropertyBagObject() |
Name | Description |
---|---|
AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |
GetProperty(string, object) | Gets one property value. |
HasProperty(string) | Indicates whether one property is modified. |
RemoveProperty(string) | Reset one property to default state. |
SetProperty(string, object) | Modify the property value. Force to set if equals default value. |
SetProperty(string, object, object) | Modify one property value.Reset to default state if it equals default value. |