Element Class Members
The following tables list the members exposed by Element.
Public Constructors
| Name | Description | |
|---|---|---|
|  | Element Constructor | Overloaded. | 
Public Properties
| Name | Description | |
|---|---|---|
|  | Annotation | Gets or sets this element's Annotation. | 
|  | AxisMarker | Gets or sets this element's AxisMarker. | 
|  | BubbleSize | Gets or sets the bubble size of this element. | 
|  | Close | Gets or sets the financial closing price of this element. | 
|  | Color | Gets or sets this element's color. | 
|  | Complete | Gets or sets the percent complete value of this element. | 
|  | CornerRadius | Gets 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. | 
|  | CustomAttributes | Gets a collection of custom attributes associated with this element. | 
|  | DefaultSubValue | Gets or sets a default SubValue object used to propagate its property settings to all SubValue objects in the SubValues collection. | 
|  | DrawToFloor | Gets 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. | 
|  | 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. | 
|  | 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. | 
|  | ErrorMinusOffset | Gets of sets the negative error offset. When set, a single SubValue is drawn below the element's value. | 
|  | 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. | 
|  | 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. | 
|  | 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. | 
|  | ErrorPlusOffset | Gets of sets the positive error offset. When set, a single SubValue is drawn above the element's value. | 
|  | 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. | 
|  | ExplodeSlice | Gets or sets a value indicating whether the pie slice represented by this element is exploded. | 
|  | FocusGlow | (JS Chart Only) Gets or sets options for a glow effect when the point is hovered or highlighted by combined tooltip and crosshair. | 
|  | 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. | 
|  | HatchColor | Gets or sets this element's HatchStyle color. | 
|  | HatchStyle | Gets or sets this element's hatch style. | 
|  | Height | Gets or sets a value which represents the height of pie slices. | 
|  | High | Gets or sets the financial high price of this element. | 
|  | Hotspot | Gets or sets the Hotspot of this Element. | 
|  | HoverAction | (JS Chart Only) Gets or sets the hover action setting when the mouse hovers an element. | 
|  | InstanceParentID | Gets or sets the InstanceID of the parent element for use in organization charts. | 
|  | JsID | Gets or sets the ID of this element used in JavaScript charts. By specifying this ID, the element can be referenced in JS. | 
|  | JsMap | |
|  | LegendEntry | Gets or sets this element's LegendEntry. | 
|  | Length | Gets or sets a percent value representing this element's needle length. Also used to represent pie slice length. | 
|  | Low | Gets or sets the financial low price of this element. | 
|  | Marker | Gets or sets this element's Marker. | 
|  | Name | Gets or sets this element's name. | 
|  | Open | Gets or sets the financial open price of this element. | 
|  | Outline | Gets or sets a Line object used to an outline around this element. | 
|  | Parent | Gets or sets the parent of this element for use in organizational charts. | 
|  | Point | Gets the element's pixel coordinate on a chart image. | 
|  | SecondaryColor | Gets or sets this element's secondary color. | 
|  | ShapeType | Gets or sets the shape type of this element when the series type is SeriesType.BubbleShape. | 
|  | ShowValue | Gets or sets a value that indicates whether this element's SmartLabel is visible. | 
|  | SmartLabel | Gets or sets this element's SmartLabel. | 
|  | SubValues | Gets a collection of SubValue objects drawn on this Element. | 
|  | TakeColorFrom | Gets or sets a Series or Element object from which this element's color will be inherited. | 
|  | ToolTip | Gets or sets this elements tool tip. (Shortcut to: Element.Hotspot.Tooltip) | 
|  | Transparency | Gets or sets the element color's transparency. | 
|  | URL | Gets or sets the element's URL link. (Shortcut to: Element.Hotspot.URL) | 
|  | URLTarget | Gets or sets the URL target of this element's link URL. (Shortcut to: Element.Hotspot.URLTarget) | 
|  | Volume | Gets or sets the financial volume of this element. | 
|  | 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. | 
|  | XDateTime | Gets or sets the X System.DateTime value of this element. | 
|  | XDateTimeStart | Gets or sets the initial X DateTime value of this element. | 
|  | XValue | Gets or sets the X value of this element. | 
|  | XValueStart | Gets or sets the initial X value of this element. | 
|  | 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. | 
|  | YDateTime | Gets or sets the Y DateTime value of this element. | 
|  | YDateTimeStart | Gets or sets the initial Y DateTime value of this element. | 
|  | YValue | Gets or sets the y value of this element. | 
|  | YValueStart | Gets or sets the initial Y value of this element. | 
|  | ZValue | Gets or sets the Z value of this element when used with surface charts. | 
Public Methods
| Name | Description | |
|---|---|---|
|   | Add | Overloaded. Adds the values of two elements. | 
|  | Clone | Creates a copy of the current Element. | 
|   | Divide | Overloaded. Divides an element by another. | 
|  | GetDataSource | Gets a DataSource object representing this Element. | 
|  | 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. | 
|   | Multiply | Overloaded. Multiplies two elements. | 
|   | Subtract | Overloaded. Subtracts an element from another. | 
Public Operators
|  Addition | Overloaded. Adds the values of two elements. | 
|  Division | Overloaded. Divides an element by another. | 
|  Multiplication | Overloaded. Multiplies two elements. | 
|  Subtraction | Overloaded. Subtracts an element from another. | 
See Also
Reference
Element Class
dotnetCHARTING Namespace
Tutorials
Data Model
Element Sorting
Data Tutorials