Version

GanttChartAppearance Class Members

The following tables list the members exposed by GanttChartAppearance.

Public Constructors
 NameDescription
Public ConstructorGanttChartAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyColumnsSettings for the column schema for this Gantt chart, if the data source is a DataTable.  
Public PropertyCompletePercentagesPEPaintElement used for complete percentage bars.  
Public PropertyEmptyPercentagesPEPaintElement used for the empty portion of complete percentage bars.  
Public PropertyItemSpacingSpacing between each Gantt item or task, expressed as a multiple of each item's height.  
Public PropertyLinkLineColorThe color to use for drawing link lines if the ShowLinks property is set to True.  
Public PropertyLinkLineStyleThe LineStyle object to control the appearance of link lines if ShowLinks is set to True.  
Public PropertyLinkLineWidthThe stroke width to use for drawing link lines, if the ShowLinks property is set to True.  
Public PropertyOwnersLabelStyleThe LabelStyle object to control the owners labels, if ShowOwners is set to True.  
Public PropertySeriesSpacingSpacing between each series of Gantt Items, expressed as a multiple of each item's height.  
Public PropertyShowCompletePercentagesDetermines whether or not a bar should be displayed representing percentage complete for each time entry.  
Public PropertyShowLinksDetermines whether lines should be drawn between linked time entries.  
Public PropertyShowOwnersDetermines whether or not owner labels should be displayed on the chart.  
Protected Properties
 NameDescription
Protected PropertydirtyA dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public Methods
 NameDescription
Public MethodCopyPropertiesCopies this object's properties to another ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Public MethodToStringReturns a string representation of a ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Protected Methods
 NameDescription
Protected MethodCreateInstanceDescriptorCreates and returns an InstanceDescriptor which represents this ChartTypeAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
See Also