[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartPropertyBagObject

ChartPropertyBagObject Class

The abstract base class for chart objects which manages property values in property bag.

Implements
IC1Serializable
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public abstract class ChartPropertyBagObject : ChartObject, INotifyPropertyChanged, IC1Serializable

Constructors

Name Description
ChartPropertyBagObject()

Methods

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.