MindFusion.Wpf Pack Programmer's Guide
ActivityChart Properties
 


 Public Properties

  Name Description

ActivityChildrenExpression

Gets or sets the BindingExpression that identifies the children of the underlying items. This is a dependency property. (Inherited from BaseChart.)

ActivityEndTimeExpression

Gets or sets the BindingExpression that identifies the end time of the underlying items. This is a dependency property. (Inherited from BaseChart.)

ActivityNameExpression

Gets or sets the BindingExpression that identifies the name of the underlying activities. This is a dependency property. (Inherited from BaseChart.)

ActivityProgressExpression

Gets or sets the BindingExpression that identifies the progress of the underlying items. This is a dependency property. (Inherited from BaseChart.)

ActivityStartTimeExpression

Gets or sets the BindingExpression that identifies the start time of the underlying items. This is a dependency property. (Inherited from BaseChart.)

AllocationActivityExpression

Gets or sets the BindingExpression that identifies the activity of the underlying allocations. This is a dependency property. (Inherited from BaseChart.)

AllocationEndTimeExpression

Gets or sets the BindingExpression that identifies the end time of the underlying allocations. This is a dependency property. (Inherited from BaseChart.)

AllocationProgressExpression

Gets or sets the BindingExpression that identifies the progress of the underlying allocations. This is a dependency property. (Inherited from BaseChart.)

AllocationResourceExpression

Gets or sets the BindingExpression that identifies the resource of the underlying allocations. This is a dependency property. (Inherited from BaseChart.)

AllocationStartTimeExpression

Gets or sets the BindingExpression that identifies the start time of the underlying allocations. This is a dependency property. (Inherited from BaseChart.)

AllowAutoScroll

Gets or sets a value indicating if auto scrolling is allowed in the chart. This is a dependency property. (Inherited from BaseChart.)

AllowInfiniteScroll

Gets or sets a value indicating if infinite scrolling is allowed in the chart. This is a dependency property. (Inherited from BaseChart.)

AutoScrollSpeed

Gets or sets the auto scrolling speed, in milliseconds. (Inherited from BaseChart.)

Columns

Gets or sets a list with the columns displayed in the left grid. The columns in this list are automatically generated by the control. (Inherited from BaseChart.)

DataType

Gets or sets the type of the data contained in the chart. This is a dependency property.

DependenciesArrowSize

Gets or sets the arrow head size of all dependencies. This is a dependency property.

DependenciesCornerRadius

Gets or sets the smoothing radius of dependencies' corners. This is a dependency property.

DependenciesFill

Gets or sets a brush that describes the fill of all dependencies. This is a dependency property.

DependenciesStroke

Gets or sets a brush that describes the stroke fill of all dependencies. This is a dependency property.

DependenciesStrokeThickness

Gets or sets the thickness of dependencies' strokes. This is a dependency property.

DependencyAnchorCursor

Gets or sets the cursor to display when the user is about to start interactive dependency creation on an item in the chart. This is a dependency property.

DependencyConnectionCursor

Gets or sets the cursor to display when the user is creating a dependency interactively. This is a dependency property.

DependencyFromExpression

Gets or sets a string that identifies the source activity of the underlying dependencies. This is a dependency property. (Inherited from BaseChart.)

DependencyPopupStyle

Gets or sets the style of the dependency popup windows displayed when dependencies are created or clicked. This is a dependency property.

DependencyToExpression

Gets or sets a string that identifies the target activity of the underlying dependencies. This is a dependency property. (Inherited from BaseChart.)

DependencyTypeExpression

Gets or sets a string that identifies the type of the underlying dependencies. This is a dependency property. (Inherited from BaseChart.)

EmphasizeActivityInteractions

Gets or sets a value indicating whether semitransparency is applied to dependencies in a chart, when an activity interaction is taking place. This is a dependency property.

EnableDependencies

Gets or sets a value indicating whether dependencies are enabled for the chart. This is a dependency property.

EnableDependencyHandles

Gets or sets a value indicating whether the activities will show dependency handles when pointed by the user. This is a dependency property.

ExpressionConverter

Gets or sets an IValueConverter object that can be used to convert the values produced from the expressions. This is a dependency property. (Inherited from BaseChart.)

HeaderBackground

Gets or sets the brush used to fill the header background. This is a dependency property. (Inherited from BaseChart.)

HeaderBorderBrush

Gets or sets border brush of the grid header. This is a dependency property. (Inherited from BaseChart.)

HeaderBorderThickness

Gets or sets the border thickness of the grid header. This is a dependency property. (Inherited from BaseChart.)

HeaderContentTemplate

Gets or sets the template to use for the individual headers in the presenter. This is a dependency property. (Inherited from BaseChart.)

HeaderFontSize

Gets or sets the size of the texts displayed in the grid header. This is a dependency property. (Inherited from BaseChart.)

HeaderForeground

Gets or sets the brush used to draw the texts displayed in the grid header. This is a dependency property. (Inherited from BaseChart.)

HeaderMargin

Gets or sets the margin of the texts displayed in the grid header. This is a dependency property. (Inherited from BaseChart.)

HitTestDependencies

Gets or sets a value indicating whether the dependencies in the chart can be hit-tested by the user. This is a dependency property.

IsSnapping

Gets or sets a value indicating whether snapping is enabled and the snapping criteria are met. This is a dependency property. (Inherited from BaseChart.)

IsSnappingEnabled

Gets or sets a value indicating whether item snapping is enabled. This is a dependency property. (Inherited from BaseChart.)

ItemAccentBrush

Gets or sets the brush used for special parts such as the start and end brackets of the items in the chart. This is a dependency property. (Inherited from BaseChart.)

ItemBackground

Gets or sets the background of the items in the chart. This is a dependency property. (Inherited from BaseChart.)

ItemBorderBrush

Gets or sets the border brush of the items in the chart. This is a dependency property. (Inherited from BaseChart.)

ItemFocusBrush

Gets or sets the brush of the focus indicator of the items in the chart. This is a dependency property. (Inherited from BaseChart.)

ItemHeight

Gets or sets the height of the items in the chart. This is a dependency property. (Inherited from BaseChart.)

ItemLeftResizeCursor

Gets or sets the cursor to display when the user is resizing the start of an item in the chart or when the user is about to start a resizing operation. This is a dependency property. (Inherited from BaseChart.)

ItemMouseOverBackground

Gets or sets the background of the items in the chart when the user points them with the mouse. This is a dependency property. (Inherited from BaseChart.)

ItemMouseOverBorderBrush

Gets or sets the border brush of the items in the chart when the user points them with the mouse. This is a dependency property. (Inherited from BaseChart.)

ItemProgressResizeCursor

Gets or sets the cursor to display when the user is modifying the progress of an item in the chart or when the user is about to start a modification. This is a dependency property. (Inherited from BaseChart.)

ItemRightResizeCursor

Gets or sets the cursor to display when the user is resizing the end of an item in the chart or when the user is about to start a resizing operation. This is a dependency property. (Inherited from BaseChart.)

ItemTemplate

Gets or sets the DataTemplate used to display each item. This is a dependency property.

LeftPanelWidth

Gets or sets the width of the left panel in the chart. This is a dependency property. (Inherited from BaseChart.)

PopupPlacement

Gets or sets the placement position of item popups in a chart. This is a dependency property. (Inherited from BaseChart.)

PopupStyle

Gets or sets the style of the popup windows displayed when the items in the chart are being modified interactively. This is a dependency property. (Inherited from BaseChart.)

Project

Gets the IProjectViewModel object assigned to this chart. (Inherited from BaseChart.)

RelativeTimelineDate

Gets or sets the relative date of the timeline in the right grid. This is a dependency property. (Inherited from BaseChart.)

ResourceDescriptionExpression

Gets or sets the BindingExpression that identifies the description of the underlying resources. This is a dependency property. (Inherited from BaseChart.)

ResourceTitleExpression

Gets or sets the BindingExpression that identifies the title of the underlying resources. This is a dependency property. (Inherited from BaseChart.)

ShowCriticalPath

Gets or sets a value indicating whether to display the current critical path. This is a dependency property.

ShowNow

Gets or sets a value indicating whether indication of the current time will be displayed in the right (Schedule) grid. This is a dependency property. (Inherited from BaseChart.)

ShowPopups

Gets or sets whether popups are displayed during interactive operations on activities in the chart. This is a dependency property. (Inherited from BaseChart.)

ShowResources

Gets or sets a value indicating whether the activity presenters will display allocated resources if present. This is a dependency property.

ShowStartEndIndicators

Gets or sets a value indicating whether indicators for ProjectStart and ProjectEnd will be displayed in the right (Schedule) grid. This is a dependency property. (Inherited from BaseChart.)

SnappingPointCount

Gets or sets the number of snapping point within each timeline cell. This is a dependency property. (Inherited from BaseChart.)

TimelineDateTimeUnitsAfter

Gets or sets the number of time units after the relative Timeline date to display. This is a dependency property. (Inherited from BaseChart.)

TimelineDateTimeUnitsBefore

Gets or sets the number of time units before the relative Timeline date to display. This is a dependency property. (Inherited from BaseChart.)

TimelineHeader

Gets or sets the TimelineHeader object of the schedule grid. This is a dependency property. (Inherited from BaseChart.)

 Protected Properties

  Name Description

IsAutoScrolling

Gets or sets the current autoscrolling state. (Inherited from BaseChart.)

 See Also

ActivityChart Class
MindFusion.DataViews.Wpf Namespace