C# Class CoderForRent.Charting.Gantt.GanttChart

Inheritance: CoderForRent.Charting.Core.Chart
Show file Open project: jogibear9988/SlGanttChart

Public Properties

Property Type Description
CurrentTimeProperty System.Windows.DependencyProperty
GanttRowBorderBrushProperty System.Windows.DependencyProperty
GapBackgroundBrushProperty System.Windows.DependencyProperty
GapBorderBrushProperty System.Windows.DependencyProperty
HorizontalScrollbarVisibilityProperty System.Windows.DependencyProperty
IsReadOnlyProperty System.Windows.DependencyProperty
NodesProperty System.Windows.DependencyProperty
SupportLinkVisibilityProperty System.Windows.DependencyProperty
TimespanBackgroundProperty System.Windows.DependencyProperty
TimespanBorderBrushProperty System.Windows.DependencyProperty
TimespanBorderThicknessProperty System.Windows.DependencyProperty
ToolTipContentTemplateProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
BindControlsToNodes void
GanttChart_SizeChanged void
GridSplitter_MouseLeftButtonUp void
HorizontalScrollbar_MouseEnter void
HorizontalScrollbar_MouseLeave void
HorizontalScrollbar_Scroll void
SetupVerticalScrollbar void
TaskGrid_Loaded void
TaskGrid_LoadingRow void
TaskGrid_RowExpanded void
TaskGrid_UnloadingRow void
Timespan_CurrentTimeChanged void
Timespan_ZoomFactorChanged void
VerticalScrollbar_Scroll void

Public Methods

Method Description
GanttChart ( ) : System
OnApplyTemplate ( ) : void

Protected Methods

Method Description
RaiseGeneratingGanttPanelColumn ( GanttPanelColumnEventArgs e ) : void

Private Methods

Method Description
BindControlsToNodes ( ) : void
GanttChart_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
GridSplitter_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
HorizontalScrollbar_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
HorizontalScrollbar_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
HorizontalScrollbar_Scroll ( object sender, System.Windows.Controls.Primitives.ScrollEventArgs e ) : void
SetupVerticalScrollbar ( ) : void
TaskGrid_Loaded ( object sender, RoutedEventArgs e ) : void
TaskGrid_LoadingRow ( object sender, System.Windows.Controls.DataGridRowEventArgs e ) : void
TaskGrid_RowExpanded ( object sender, RowExpandedChangedEventArgs e ) : void
TaskGrid_UnloadingRow ( object sender, System.Windows.Controls.DataGridRowEventArgs e ) : void
Timespan_CurrentTimeChanged ( object sender, EventArgs e ) : void
Timespan_ZoomFactorChanged ( object sender, EventArgs e ) : void
VerticalScrollbar_Scroll ( object sender, System.Windows.Controls.Primitives.ScrollEventArgs e ) : void

Method Details

GanttChart() public method

public GanttChart ( ) : System
return System

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

RaiseGeneratingGanttPanelColumn() protected method

protected RaiseGeneratingGanttPanelColumn ( GanttPanelColumnEventArgs e ) : void
e GanttPanelColumnEventArgs
return void

Property Details

CurrentTimeProperty public static property

public static DependencyProperty,System.Windows CurrentTimeProperty
return System.Windows.DependencyProperty

GanttRowBorderBrushProperty public static property

public static DependencyProperty,System.Windows GanttRowBorderBrushProperty
return System.Windows.DependencyProperty

GapBackgroundBrushProperty public static property

public static DependencyProperty,System.Windows GapBackgroundBrushProperty
return System.Windows.DependencyProperty

GapBorderBrushProperty public static property

public static DependencyProperty,System.Windows GapBorderBrushProperty
return System.Windows.DependencyProperty

HorizontalScrollbarVisibilityProperty public static property

public static DependencyProperty,System.Windows HorizontalScrollbarVisibilityProperty
return System.Windows.DependencyProperty

IsReadOnlyProperty public static property

public static DependencyProperty,System.Windows IsReadOnlyProperty
return System.Windows.DependencyProperty

NodesProperty public static property

public static DependencyProperty,System.Windows NodesProperty
return System.Windows.DependencyProperty

SupportLinkVisibilityProperty public static property

public static DependencyProperty,System.Windows SupportLinkVisibilityProperty
return System.Windows.DependencyProperty

TimespanBackgroundProperty public static property

public static DependencyProperty,System.Windows TimespanBackgroundProperty
return System.Windows.DependencyProperty

TimespanBorderBrushProperty public static property

public static DependencyProperty,System.Windows TimespanBorderBrushProperty
return System.Windows.DependencyProperty

TimespanBorderThicknessProperty public static property

public static DependencyProperty,System.Windows TimespanBorderThicknessProperty
return System.Windows.DependencyProperty

ToolTipContentTemplateProperty public static property

public static DependencyProperty,System.Windows ToolTipContentTemplateProperty
return System.Windows.DependencyProperty