The PertChartView type exposes the following members.

Constructors

  NameDescription
PertChartView
Initializes a new PertChartView instance.

Methods

  NameDescription
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetCriticalDependencies
Iterates the critical predecessor items of the project consisting of all task event dependencies within the control.
GetCriticalItems
Iterates the critical items of the project consisting of all task event dependencies within the control.
GetFinish
Retreives the finish item of the chart.
GetHashCode (Inherited from Object.)
GetPredecessors
Iterates predecessor items of the specified item satisfying the specified dependency type condition in the PERT Chart related collection as PertChartItem objects.
GetStart
Retreives the start item of the chart.
GetSuccessorPredecessorItems
Iterates successor items of the specified item in the PERT Chart related collection (i.e. those that have the specified item defined as a predecessor of any dependency type) as PredecessorItem objects.
GetSuccessors
Iterates successor items of the specified item in the PERT Chart related collection (i.e. those that have the specified item defined as a predecessor of any dependency type).
GetType (Inherited from Object.)
GetValue<(Of <(T>)>)
Gets a setting value.
IsCriticalOverloaded.
MemberwiseClone (Inherited from Object.)
OnPreRender
Called before rendering (i.e. ToString call).
SetValue<(Of <(T>)>)
Sets a setting value.
ToString
Renders the contents of the control.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
AspectRatio
Gets or sets the aspect ratio of the chart, indicating the rate between horizontal and vertical item layout positioning.
BackColor
Gets or sets the background color to be applied for the client side component container (div element).
BorderColor
Gets or sets the border color to be applied for the client side component container (div element).
BorderStyle
Gets or sets the border style to be applied for the client side component container (div element).
BorderWidth
Gets or sets the border width to be applied for the client side component container (div element).
CanUserRearrangeItems
Gets or sets a value that indicates whether the user can change the canvas positions of task event items in the control by drag and drop operations.
ChartMargin
Gets or sets the margin to preserve around the chart; by default it is set to 16.
Classic
Gets or sets a value that indicates whether to use the classic settings for the client side component.
ClientID
Gets or sets an identifier to be applied as id attribute of the client side component container (div element).
ContainerCssClass
Gets or sets the CSS class to apply to the main content container within the control.
DependencyLineCssClass
Gets or sets the CSS class to apply to apply to polylines displayed between dependent task event shapes in the chart.
DependencyLineStroke
Gets or sets the color to be used to draw the polylines displayed between dependent task event shapes in the chart.
DependencyLineTemplateClientCode
Gets or sets a set of JavaScript function body code statements (considering control, item, and predecessor item parameters), returning SVG content to be presented as dependency line for an item and a specified predecessor item in the chart, between a task event and its predecessor (usually a polyline computed based on the task event and predecessor shape positions in the chart).
DependencyTextBlockWidth
Gets or sets the width of the dependency text blocks displayed in the chart for dependency lines at initialization time; by default it is set to 120.
DependencyTextCssClass
Gets or sets the CSS class to apply to apply to the text displayed on the task dependency line in the chart.
DependencyTextStroke
Gets or sets the color to be used to use for the text displayed on the task dependency line in the chart.
ExtraTaskEventTemplateClientCode
Gets or sets a set of JavaScript function body code statements (considering control, and item parameters), returning extra SVG content to be presented for items in the chart.
ForeColor
Gets or sets the foreground color to be applied for the client side component container (div element).
Height
Gets or sets the height to be applied for the client side component container (div element).
InitializedClientCode
Gets or sets a set of JavaScript function body code statements (considering control parameter), to be executed after client side component initialization.
InitializingClientCode
Gets or sets a set of JavaScript function body code statements (considering control parameter), to be executed before client side component initialization.
InitializingContent
Gets or sets the inner HTML to be used while initializing (such as a "Please wait..." message).
IsDependencyToolTipVisible
Gets or sets a value that determines whether dependency line tool tips are presented.
IsTaskEventToolTipVisible
Gets or sets a value that determines whether task event shape tool tips are presented.
ItemHeight
Gets or sets the row height of any item presented in the chart; by default it is set to 40.
Items
Gets or sets the task event items to be presented in the PERT Chart.
ItemTemplateClientCode
Gets or sets a set of JavaScript function body code statements (considering control, and item parameters), returning SVG content to be presented for a specific item in the chart (usually a tool tip).
ItemWidth
Gets or sets the column width of any item presented in the chart; by default it is set to 40.
PredecessorItemTemplateClientCode
Gets or sets a set of JavaScript function body code statements (considering control, item, and predecessor item parameters), returning SVG content to be presented for an item and a specific predecessor item in the chart (usually a tool tip).
ShapeCssClass
Gets or sets the CSS class to apply to the shapes in the chart.
ShapeFill
Gets or sets the color to be used to fill the shapes in the chart.
ShapeHeight
Gets or sets the row height of any shape presented in the chart; by default it is set to 32.
ShapeStroke
Gets or sets the color to be used to draw the borders of the shapes in the chart.
ShapeWidth
Gets or sets the column width of any shape presented in the chart; by default it is set to 32.
SnapRearrangedItemsToGuidelines
Gets or sets a value that indicates whether the task event item shapes are snapping to row and column based guidelines in the control during drag and drop based rearrange operations.
Target
Gets or sets a presentation target to be used to initialize the default values of some of the appearance properties of the control; it is set to Standard by default.
TaskEventTemplateClientCode
Gets or sets a set of JavaScript function body code statements (considering control, and item parameters), returning SVG content to be presented for all the items in the chart (usually a task event shape).
Theme
Gets or sets a presentation theme to be used to initialize the default values of some of the appearance properties of the control; it is set to Modern by default.
VirtualEffortDependencyLineCssClass
Gets or sets the CSS class to apply to apply to virtual effort polylines displayed between dependent task event shapes in the chart.
Width
Gets or sets the width to be applied for the client side component container (div element).

See Also