dotnetCHARTING Send comments on this topic.
Element Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : Element Class


The following tables list the members exposed by Element.

Public Constructors

  Name Description
Public Constructor Element Constructor Overloaded.  Initializes a new instance of the Element class.  
Top

Public Properties

  Name Description
Public Property Annotation Gets or sets this element's Annotation.  
Public Property AxisMarker Gets or sets this element's AxisMarker.  
Public Property BubbleSize Gets or sets the bubble size of this element.  
Public Property Close Gets or sets the financial closing price of this element.  
Public Property Color Gets or sets this element's color.  
Public Property Complete Gets or sets the percent complete value of this element.  
Public Property CustomAttributes Gets a collection of custom attributes associated with this element.  
Public Property DefaultSubValue Gets or sets a default SubValue object used to propagate its property settings to all SubValue objects in the SubValues collection.  
Public Property ErrorHighValue Gets of sets the high error value. When set, a single SubValue is drawn above the element's value. When ErrorLowValue is also set, a range SubValue is drawn between the two values.  
Public Property ErrorLowValue Gets of sets the low error value. When set, a single SubValue is drawn below the element's YValue value or range. When ErrorHighValue is also set, a range SubValue is drawn between the two values.  
Public Property ErrorMinusOffset Gets of sets the negative error offset. When set, a single SubValue is drawn below the element's value.  
Public Property ErrorMinusPercent Gets or sets the negative error offset based on the specified percentage of the element's YValue value or range. When set, a single SubValue is drawn below the element's value. When ErrorPlusPercent is also set, a range SubValue is drawn between the two points.  
Public Property ErrorOffset Gets or sets the error offset. The offset represents a range, +/- the value of the offset with respect to the element's YValue value or range.  
Public Property ErrorPercent Gets or sets the error offset based on the specified percentage of the element's YValue value or range. The offset represents a range, +/- the percentage of the element's YValue value or range.  
Public Property ErrorPlusOffset Gets of sets the positive error offset. When set, a single SubValue is drawn above the element's value.  
Public Property ErrorPlusPercent Gets or sets the positive error offset based on the specified percentage of the element's YValue value or range. When set, a single SubValue is drawn above the element's value. When ErrorMinusPercent is also set, a range SubValue is drawn between the two points.  
Public Property ExplodeSlice Gets or sets a value indicating whether the pie slice represented by this element is exploded.  
Public Property ForceMarker Gets or sets a value indicating whether this element's ElementMarker is drawn when the parent Series object's SeriesType omits the ElementMarker by default.  
Public Property HatchColor Gets or sets this element's HatchStyle color.  
Public Property HatchStyle Gets or sets this element's hatch style.  
Public Property Height Gets or sets a value which represents the height of pie slices.  
Public Property High Gets or sets the financial high price of this element.  
Public Property Hotspot Gets or sets the Hotspot of this Element.  
Public Property LabelTemplate Gets or sets this element's SmartLabel.Text property.  
Public Property LegendEntry Gets or sets this element's LegendEntry.  
Public Property Length Gets or sets a percent value representing this element's needle length. Also used to represent pie slice length.  
Public Property Low Gets or sets the financial low price of this element.  
Public Property Marker Gets or sets this element's Marker.  
Public Property Name Gets or sets this element's name.  
Public Property Open Gets or sets the financial open price of this element.  
Public Property Outline Gets or sets a Line object used to outline the element when drawn.  
Public Property Point Gets the element's pixel coordinate on a chart image.  
Public Property SecondaryColor Gets or sets this element's secondary color.  
Public Property ShapeType Gets or sets the shape type of this element when the series type is SeriesType.BubbleShape.  
Public Property ShowValue Gets or sets a value that indicates whether this element's SmartLabel is visible.  
Public Property SmartLabel Gets or sets this element's SmartLabel.  
Public Property SubValues Gets a collection of SubValue objects drawn on this Element.  
Public Property TakeColorFrom Gets or sets a Series or Element object from which this element's color will be inherited.  
Public Property ToolTip Gets or sets this elements tool tip. (Shortcut to: Element.Hotspot.Tooltip)  
Public Property Transparency Gets or sets the element color's transparency.  
Public Property URL Gets or sets the element's link URL. (Shortcut to: Element.Hotspot.URL)  
Public Property URLTarget Gets or sets the URL target of this element's link URL. (Shortcut to: Element.Hotspot.URLTarget)  
Public Property Volume Gets or sets the financial volume of this element.  
Public Property XAxisTick Gets or sets an AxisTick object that will placed on the x axis at the position of this element's x value. If the x axis is a category axis, AxisTick will not have any effect.  
Public Property XDateTime Gets or sets the X DateTime value of this element.  
Public Property XDateTimeStart Gets or sets the initial X DateTime value of this element.  
Public Property XValue Gets or sets the X value of this element.  
Public Property XValueStart Gets or sets the initial X value of this element.  
Public Property YAxisTick Gets or sets an AxisTick object that will placed on the y axis at the position of this element's y value. If the x axis is a category axis, AxisTick will not have any effect.  
Public Property YDateTime Gets or sets the Y DateTime value of this element.  
Public Property YDateTimeStart Gets or sets the initial Y DateTime value of this element.  
Public Property YValue Gets or sets the y value of this element.  
Public Property YValueStart Gets or sets the initial Y value of this element.  
Top

Public Methods

  Name Description
Public Methodstatic (Shared in Visual Basic) Add Overloaded.  Adds the values of two elements.  
Public Methodstatic (Shared in Visual Basic) Divide Overloaded.  Divides an element by another.  
Public Method GetDataSource Gets a DataSource object representing this Element.  
Public Method GetPolygon Gets the coordinates of the element after the chart is generated. This can be used to draw on top of the element by knowing its polygon coordinates.  
Public Methodstatic (Shared in Visual Basic) Multiply Overloaded.  Multiplies two elements.  
Public Methodstatic (Shared in Visual Basic) Subtract Overloaded.  Subtracts an element from another.  
Top

Public Operators

Public Operator Addition Overloaded.  Adds the values of two elements.
Public Operator Division Overloaded.  Divides an element by another.
Public Operator Multiplication Overloaded.  Multiplies two elements.
Public Operator Subtraction Overloaded.  Subtracts an element from another.
Top

See Also