Version

StripLineAppearance Class Members

The following tables list the members exposed by StripLineAppearance.

Public Constructors
 NameDescription
Public ConstructorStripLineAppearance ConstructorCreates a new StripLineAppearance object with default properties.  
Protected Fields
 NameDescription
Protected FieldappearancePropertyThe name of a public property on an Appearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Protected FieldparentAppearanceAn instance of a parent Appearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyIntervalThe number of days (or series) skipped between strip lines.  
Public PropertyPERetrieves the PaintElement used when rendering each strip line.  
Public PropertyVisibleIndicates whether Strip lines are displayed.  
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 MethodCloneCreates and returns a copy of this StripLineAppearance.  
Public MethodGetParentAppearanceGets a reference to the parent appearance object held by this AppearanceHelper. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodInitializeConstructor of a ready-to-use AppearanceHelper. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodResetIntervalResets the Interval property to its default value.  
Public MethodResetPEResets the PaintElement property to its default values.  
Public MethodResetVisibleResets the Visible property to its default value.  
Public MethodSetParentAppearanceSets the parentAppearance field to the specified ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodSetParentPropertySets the appearanceProperty field to a property name. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodToStringReturns a string representation of a StripLineAppearance object.  
Protected Methods
 NameDescription
Protected MethodShouldSerializeIntervalIndicates whether the Interval property has changed from its default value.  
Protected MethodShouldSerializePEIndicates whether the PaintElement has changed from its default value.  
Protected MethodShouldSerializeVisibleIndicates whether the Visible property has changed from its default value.  
See Also