Base class for a different markers representation
| C# | Visual Basic | Visual Basic Usage |
public class ChartMarker : LayoutElement, IActiveRegion
Public Class ChartMarker _ Inherits LayoutElement _ Implements IActiveRegion
Dim instance As ChartMarker
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| ChartMarker()()()() |
Create new instance of ChartMarker class.
| |
| ChartMarker(Object) |
Create new instance of ChartMarker class.
| |
| ChartMarker(IContainer) |
Create new instance of ChartMarker class.
| |
| ChartMarker(Object, IContainer) |
Create new instance of ChartMarker class.
| |
| ActiveRegion |
Active region
| |
| Appearance |
LabelAppearance properties
| |
| BringForward()()()() |
Send element at one step forward in the render order list
(Inherited from RenderedObject.) | |
| BringToFront()()()() |
Set element at the first position in render order list
(Inherited from RenderedObject.) | |
| chartMarkerActiveRegion |
Active region
| |
| CloneState()()()() |
Makes a view state clone
(Inherited from StateManagedObject.) | |
| Container |
Link to container element
(Inherited from RenderedObject.) | |
| CopyFrom(ChartMarker) |
Copy fields from specified object
| |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
(Overrides LayoutElement.Dispose(Boolean).) | |
| Dispose()()()() | (Inherited from StateManagedObject.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetOffsetBottom(Object) |
Gets bottom offset
(Inherited from LayoutElement.) | |
| GetOffsetLeft(Object) |
Gets left offset
(Inherited from LayoutElement.) | |
| GetOffsetRight(Object) |
Gets right offset
(Inherited from LayoutElement.) | |
| GetOffsetTop(Object) |
Gets top offset
(Inherited from LayoutElement.) | |
| GetOrder()()()() |
Get this elements order position in container
(Inherited from RenderedObject.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| LoadViewState(Object) |
Load data to ViewState
(Overrides LayoutElement.LoadViewState(Object).) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| objectContainer |
Container, that contains the render order for taken up elements
(For property)
(Inherited from RenderedObject.) | |
| Parent |
Gets and sets Parent element
| |
| Remove()()()() |
Remove this element from render order list
(Inherited from RenderedObject.) | |
| SaveViewState()()()() |
Save data to ViewState
(Overrides LayoutElement.SaveViewState()()()().) | |
| SendBackward()()()() |
Send element at one step back in the render order list
(Inherited from RenderedObject.) | |
| SendToBack()()()() |
Send element at the end of render order list
(Inherited from RenderedObject.) | |
| SetDirty()()()() |
Sets the item dirty state
(Inherited from StateManagedObject.) | |
| SetOrder(Int32) |
Set this object in new render order position
(Inherited from RenderedObject.) | |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Inherited from JsonExtensionsWeb.) | |
| ToString()()()() | (Inherited from Object.) | |
| TrackViewState()()()() |
Track ViewState
(Overrides LayoutElement.TrackViewState()()()().) | |
| ViewStateIgnoresCase |
Gets if view sate should ignore case
(Inherited from StateManagedObject.) | |
| Visible |
Gets and sets visibility
|
| Object | ||||
| StateManagedObject | ||||
| RenderedObject | ||||
| LayoutElement | ||||
| ChartMarker | ||||