Version

LineChartAppearance Class Members

The following tables list the members exposed by LineChartAppearance.

Public Constructors
 NameDescription
Public ConstructorLineChartAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyChartTextCollection of Chart Text labels that can be rendered over the data points of this Line Chart.  
Public PropertyDrawStyleGets/sets the LineDrawStyle for drawing each plotted line of a Line chart.  
Public PropertyEmptyStylesEmptyAppearance objects used for customizing the empty appearance of individual lines in the chart layer.  
Public PropertyEndStyleGets/sets the LineCapStyle for drawing the termination of each plotted line.  
Public PropertyHighLightLinesGets/sets a Boolean which determines whether an entire line is to be highlighted when one of the points on the line is highlighted.  
Public PropertyLineAppearancesLineAppearance objects used for customizing the appearance of individual lines in the chart layer.  
Public PropertyMidPointAnchorsGets/sets a flag which determines whether data points between each segment of each plotted line in a Line chart are shown.  
Public PropertyNullHandlingReturns or sets an enumerated flag that indicates whether or not the Null data points are to be handled as zero or the average-value of successive data points.  
Public PropertyStartStyleGets/sets the LineCapStyle for drawing the beginning of each plotted line.  
Public PropertyThicknessGets/sets the thickness of the plotted lines in a Line Chart in pixels.  
Public PropertyTreatDateTimeAsStringDetermines whether this line chart should use an ordinal or time-based X-axis.  
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