.netCHARTING v10.5 Documentation
Properties  Methods 

dotnetCHARTING Namespace : Element Class
Element Class Members

The following tables list the members exposed by Element.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets this element's Annotation.  
Public PropertyGets or sets this element's AxisMarker.  
Public PropertyGets or sets the bubble size of this element.  
Public PropertyGets or sets the financial closing price of this element.  
Public PropertyGets or sets this element's color.  
Public PropertyGets or sets the percent complete value of this element.  
Public PropertyGets or sets a value that controls the corner radius of columns and bars. It is not supported with shading effects Five, Six, Seven, or Background1 and Background2.  
Public PropertyGets a collection of custom attributes associated with this element.  
Public PropertyGets or sets a default SubValue object used to propagate its property settings to all SubValue objects in the SubValues collection.  
Public PropertyGets or sets a value that indicates whether the surface of elements stretches to the floor of the chart area. This property is used with 3D surface charts.  
Public PropertyGets 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 PropertyGets 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 PropertyGets of sets the negative error offset. When set, a single SubValue is drawn below the element's value.  
Public PropertyGets 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 PropertyGets 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 PropertyGets 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 PropertyGets of sets the positive error offset. When set, a single SubValue is drawn above the element's value.  
Public PropertyGets 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 PropertyGets or sets a value indicating whether the pie slice represented by this element is exploded.  
Public Property(JS Chart Only) Gets or sets options for a glow effect when the point is hovered or highlighted by combined tooltip and crosshair.  
Public PropertyGets 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 PropertyGets or sets this element's HatchStyle color.  
Public PropertyGets or sets this element's hatch style.  
Public PropertyGets or sets a value which represents the height of pie slices.  
Public PropertyGets or sets the financial high price of this element.  
Public PropertyGets or sets the Hotspot of this Element.  
Public Property(JS Chart Only) Gets or sets the hover action setting when the mouse hovers an element.  
Public PropertyGets or sets the InstanceID of the parent element for use in organization charts.  
Public PropertyGets or sets the ID of this element used in JavaScript charts. By specifying this ID, the element can be referenced in JS.  
Public Property  
Public PropertyGets or sets this element's LegendEntry.  
Public PropertyGets or sets a percent value representing this element's needle length. Also used to represent pie slice length.  
Public PropertyGets or sets the financial low price of this element.  
Public PropertyGets or sets this element's Marker.  
Public PropertyGets or sets this element's name.  
Public PropertyGets or sets the financial open price of this element.  
Public PropertyGets or sets a Line object used to an outline around this element.  
Public PropertyGets or sets the parent of this element for use in organizational charts.  
Public PropertyGets the element's pixel coordinate on a chart image.  
Public PropertyGets or sets this element's secondary color.  
Public PropertyGets or sets the shape type of this element when the series type is SeriesType.BubbleShape.  
Public PropertyGets or sets a value that indicates whether this element's SmartLabel is visible.  
Public PropertyGets or sets this element's SmartLabel.  
Public PropertyGets a collection of SubValue objects drawn on this Element.  
Public PropertyGets or sets a Series or Element object from which this element's color will be inherited.  
Public PropertyGets or sets this elements tool tip. (Shortcut to: Element.Hotspot.Tooltip)  
Public PropertyGets or sets the element color's transparency.  
Public PropertyGets or sets the element's URL link. (Shortcut to: Element.Hotspot.URL)  
Public PropertyGets or sets the URL target of this element's link URL. (Shortcut to: Element.Hotspot.URLTarget)  
Public PropertyGets or sets the financial volume of this element.  
Public PropertyGets 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 PropertyGets or sets the X System.DateTime value of this element.  
Public PropertyGets or sets the initial X DateTime value of this element.  
Public PropertyGets or sets the X value of this element.  
Public PropertyGets or sets the initial X value of this element.  
Public PropertyGets 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 PropertyGets or sets the Y DateTime value of this element.  
Public PropertyGets or sets the initial Y DateTime value of this element.  
Public PropertyGets or sets the y value of this element.  
Public PropertyGets or sets the initial Y value of this element.  
Public PropertyGets or sets the Z value of this element when used with surface charts.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Adds the values of two elements.  
Public MethodCreates a copy of the current Element.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Divides an element by another.  
Public MethodGets a DataSource object representing this Element.  
Public MethodGets 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)Overloaded. Multiplies two elements.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Subtracts an element from another.  
Top
Public Operators
Overloaded. Adds the values of two elements.
Overloaded. Divides an element by another.
Overloaded. Multiplies two elements.
Overloaded. Subtracts an element from another.
Top
See Also