Represents the base for a control that displays a chart based on data items.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[LocalizabilityAttribute(LocalizationCategory.None, Readability = Readability.Unreadable)] [TemplatePartAttribute(Name = "PART_ScrollViewer", Type = typeof(ScrollViewer))] public class ChartViewBase : ItemsControl, IChartView, IEntityActivator, IExportableControl |
Visual Basic (Declaration) |
---|
<LocalizabilityAttribute(LocalizationCategory.None, Readability := Readability.Unreadable)> _ <TemplatePartAttribute(Name := "PART_ScrollViewer", Type := GetType(ScrollViewer))> _ Public Class ChartViewBase _ Inherits ItemsControl _ Implements IChartView, IEntityActivator, IExportableControl |
Inheritance Hierarchy
System..::.Object
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
System.Windows.Media..::.Visual
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Control
DlhSoft.Windows.Controls.Primitives..::.ItemsControlBase
DlhSoft.Windows.Controls..::.ItemsControl
DlhSoft.Windows.Controls..::.ChartViewBase
DlhSoft.Windows.Controls..::.GanttChartViewBase
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
System.Windows.Media..::.Visual
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Control
DlhSoft.Windows.Controls.Primitives..::.ItemsControlBase
DlhSoft.Windows.Controls..::.ItemsControl
DlhSoft.Windows.Controls..::.ChartViewBase
DlhSoft.Windows.Controls..::.GanttChartViewBase