Version

SplineAppearance Class Properties

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

Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyDrawStyleGets or sets the LineDrawStyle for drawing each spline within this chart.  
Public PropertyResolutionThe resolution of the line. It determines how much the minimum difference between the points coordinates in order for it to be drawn. If it is 0 every point will be drawn.  
Public PropertySplineTensionRetrieves or adjusts the spline tension.  
Public PropertyThicknessRetrieves or adjusts the thickness of the plotted splines.  
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