Version

SplineAreaChartAppearance Class Members

The following tables list the members exposed by SplineAreaChartAppearance.

Public Constructors
 NameDescription
Public ConstructorSplineAreaChartAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyChartTextExposes the collection of ChartTextAppearance objects. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Public PropertyEmptyStylesA collection of EmptyAppearance objects representing empty styles for each area in the chart. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Public PropertyLineAppearancesA collection of LineAppearance objects containing appearance settings for each line in the chart. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Public PropertyLineDrawStyleReturns or sets a value that determines the style of each plotted line in an Area chart. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Public PropertyLineEndCapStyleReturns or sets a value that determines the style of the end of each plotted line in an Area chart. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Public PropertyLineStartCapStyleReturns or sets a value that determines the style of the beginning of each plotted line in an Area chart. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Public PropertyLineThicknessReturns or sets a value that determines the thickness of each plotted line in an Area chart, in pixels. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Public PropertyMidPointAnchorsAn indicator of whether data points should be plotted between line segments in an Area chart. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Public PropertyNullHandlingSpecifies whether nulls in the data are treated as zero or an average of adjacent values. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Public PropertySplineTensionRetrieves or adjusts the spline tension.  
Public PropertyTreatDateTimeAsStringWhether or not to treat DateTimes in the Data as strings. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
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 MethodResetChartTextResets the ChartText property to an empty collection. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Public MethodResetDrawStyleResets the LineDrawStyle property to its default value. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Public MethodResetLineEndCapStyleResets the LineEndCapStyle property to its default value. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Public MethodResetLineStartCapStyleResets the LineStartCapStyle property to its default value. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Public MethodResetLineThicknessResets the LineThickness property to its default value. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Public MethodResetMidPointAnchorsResets the MidPointAnchors property to its default value. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Public MethodResetNullHandlingResets the NullHandling property to its default value. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
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)
Protected MethodShouldSerializeChartTextIndicates whether the ChartText property contains any content, and therefore should be serialized. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Protected MethodShouldSerializeDrawStyleReturns a Boolean value that determines whether the LineDrawStyle property is set to its default value. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Protected MethodShouldSerializeLineEndCapStyleReturns a Boolean value that determines whether the LineEndCapStyle property is set to its default value. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Protected MethodShouldSerializeLineStartCapStyleReturns a Boolean value that determines whether the LineStartCapStyle property is set to its default value. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Protected MethodShouldSerializeLineThicknessReturns a Boolean value that determines whether the LineThickness property is set to its default value. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Protected MethodShouldSerializeMidPointAnchorsSpecifies whether mid point anchors has changed from its default value. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
Protected MethodShouldSerializeNullHandlingIndicates whether the NullHandling property is set to something different from its default value. (Inherited from Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance)
See Also