Version

LineStyle Class Members

The following tables list the members exposed by LineStyle.

Public Constructors
 NameDescription
Public ConstructorLineStyle ConstructorOverloaded.   
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 PropertyDrawStyleReturns or sets a value that determines the style of the lines in a chart.  
Public PropertyEndStyleReturns or sets a value that determines the style of the end of the lines in a chart.  
Public PropertyMidPointAnchorsReturns or sets a Boolean value that determines whether or not the midpoints between lines are displayed.  
Public PropertyStartStyleReturns or sets a value that determines the style of the beginning of the lines in a chart.  
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 a new LineStyle object that is a copy of the current instance.  
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 MethodMatchDetermines if this LineStyle is identical to another LineStyle.  
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 this LineStyle object.  
See Also