Version

SplineChartAppearance Class Properties

For a list of all members of this type, see SplineChartAppearance members.

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. (Inherited from Infragistics.UltraChart.Resources.Appearance.LineChartAppearance)
Public PropertyDrawStyleGets/sets the LineDrawStyle for drawing each plotted line of a Line chart. (Inherited from Infragistics.UltraChart.Resources.Appearance.LineChartAppearance)
Public PropertyEmptyStylesEmptyAppearance objects used for customizing the empty appearance of individual lines in the chart layer. (Inherited from Infragistics.UltraChart.Resources.Appearance.LineChartAppearance)
Public PropertyEndStyleGets/sets the LineCapStyle for drawing the termination of each plotted line. (Inherited from Infragistics.UltraChart.Resources.Appearance.LineChartAppearance)
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. (Inherited from Infragistics.UltraChart.Resources.Appearance.LineChartAppearance)
Public PropertyLineAppearancesLineAppearance objects used for customizing the appearance of individual lines in the chart layer. (Inherited from Infragistics.UltraChart.Resources.Appearance.LineChartAppearance)
Public PropertyMidPointAnchorsGets/sets a flag which determines whether data points between each segment of each plotted line in a Line chart are shown. (Inherited from Infragistics.UltraChart.Resources.Appearance.LineChartAppearance)
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. (Inherited from Infragistics.UltraChart.Resources.Appearance.LineChartAppearance)
Public PropertySplineTensionRetrieves or adjusts the spline tension.  
Public PropertyStartStyleGets/sets the LineCapStyle for drawing the beginning of each plotted line. (Inherited from Infragistics.UltraChart.Resources.Appearance.LineChartAppearance)
Public PropertyThicknessGets/sets the thickness of the plotted lines in a Line Chart in pixels. (Inherited from Infragistics.UltraChart.Resources.Appearance.LineChartAppearance)
Public PropertyTreatDateTimeAsStringDetermines whether this line chart should use an ordinal or time-based X-axis. (Inherited from Infragistics.UltraChart.Resources.Appearance.LineChartAppearance)
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)
See Also