MindFusion.Wpf Pack Programmer's Guide
ResourceChart 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.)

ActivityNameForeground

Gets or sets the Foreground of the text, displaying the name of the allocated activity in an AllocationPresenter. This is a dependency property.

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 grid. 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.)

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.)

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.)

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.)

ShowActivities

Gets or sets a value indicating whether an allocation presenter will display the name of the activity it's allocatated to. 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.)

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

ResourceChart Class
MindFusion.DataViews.Wpf Namespace