The PertChartItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PertChartItem |
Initializes a new PertChartItem instance.
|
Methods
Name | Description | |
---|---|---|
CheckAccess | (Inherited from DispatcherObject.) | |
ClearValue | Overloaded. | |
CoerceValue | (Inherited from DependencyObject.) | |
Equals | (Inherited from DependencyObject.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from DependencyObject.) | |
GetLocalValueEnumerator | (Inherited from DependencyObject.) | |
GetType | (Inherited from Object.) | |
GetValue | (Inherited from DependencyObject.) | |
InvalidateProperty | (Inherited from DependencyObject.) | |
MemberwiseClone | (Inherited from Object.) | |
OnContentChanged |
Raises the ContentChanged event.
| |
OnDependenciesChanged |
Updates appropriate internal properties of the current task item, and raises the DependenciesChanged event.
| |
OnPredecessorsChanged |
Executes internal predecessor related data management, updates appropriate internal properties of the current task item, and raises the PredecessorsChanged and DependenciesChanged events.
| |
OnPropertyChanged | Overloaded. | |
ReadLocalValue | (Inherited from DependencyObject.) | |
SetCurrentValue | (Inherited from DependencyObject.) | |
SetValue | Overloaded. | |
ShouldSerializeProperty | (Inherited from DependencyObject.) | |
ToString |
Returns a string that represents the current item.
(Overrides Object..::.ToString()()().) | |
VerifyAccess | (Inherited from DispatcherObject.) |
Fields
Name | Description | |
---|---|---|
ActualColumnIndexProperty |
Indicates the ActualColumnIndex dependency property.
| |
ActualRowIndexProperty |
Indicates the ActualRowIndex dependency property.
| |
ComputedItemLeftProperty |
Indicates the ComputedItemLeft dependency property.
| |
ComputedItemTopProperty |
Indicates the ComputedItemTop dependency property.
| |
ContentProperty |
Identifies the Content dependency property.
| |
DisplayedColumnIndexProperty |
Indicates the DisplayedColumnIndex dependency property.
| |
DisplayedRowIndexProperty |
Indicates the DisplayedRowIndex dependency property.
| |
DisplayedTextProperty |
Identifies the DisplayedText dependency property.
| |
PredecessorsProperty |
Identifies the Predecessors dependency property.
| |
TagProperty |
Identifies the Tag dependency property.
|
Properties
Name | Description | |
---|---|---|
ActualColumnIndex |
Gets the computed column index to be used for positioning the current item shape horizontally when displaying it in the PertChartView control.
This is a dependency property.
| |
ActualRowIndex |
Gets the computed row index to be used for positioning the current item shape vertically when displaying it in the PertChartView control.
This is a dependency property.
| |
ComputedItemLeft |
Gets the computed Canvas.Left value to be used for displaying the current item in the PertChartView control.
This is a dependency property.
| |
ComputedItemTop |
Gets the computed Canvas.Top value to be used for displaying the current item in the PertChartView control.
This is a dependency property.
| |
Content |
Gets or sets the content of the current item, displayed as a tool tip within the PertChartView control.
This is a dependency property.
| |
DependencyObjectType | (Inherited from DependencyObject.) | |
Dispatcher | (Inherited from DispatcherObject.) | |
DisplayedColumnIndex |
Gets or sets the desired column index to be used for positioning the current item shape horizontally when displaying it in the PertChartView control (NaN by default, i.e. automatically positioned; non-integral values are supported to position items using custom non-grid alignment).
This is a dependency property.
| |
DisplayedRowIndex |
Gets or sets the desired row index to be used for positioning the current item shape vertically when displaying it in the PertChartView control (NaN by default, i.e. automatically positioned; non-integral values are supported to position items using custom non-grid alignment).
This is a dependency property.
| |
DisplayedText |
Gets or sets the textual abbreviation of the current item, displayed within the PertChartView control.
This is a dependency property.
| |
GlobalKey |
Gets or sets an associated external globally unique key for the current item.
| |
IsSealed | (Inherited from DependencyObject.) | |
Key |
Gets or sets an associated external numeric key for the current item.
| |
PertChartView |
Gets the IPertChartView control instance of the current item.
| |
Predecessors |
Gets the predecessor collection of the current task event item used to define dependencies (to be displayed as polyline arrows between dependent PERT shapes in the view).
This is a dependency property.
| |
Tag |
Gets or sets an object that contains information that is associated with the current item.
|
Events
Name | Description | |
---|---|---|
ContentChanged |
Occurs when content changes for the current item.
| |
DependenciesChanged |
Occurs when the predecessor collection changes or any predecessor changes for the current task item.
| |
PredecessorsChanged |
Occurs when predecessors changes for the current task item.
| |
PropertyChanged |
Occurs when a data property value of the item changes.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
IPertChartItem..::.Predecessors |
Gets the predecessor collection of the current task event item used to define dependencies (to be displayed as polyline arrows between dependent PERT shapes in the view).
|