ActiveReports.Chart Request technical support
Marker Class Members
See Also  Properties  Methods  Events


The following tables list the members exposed by Marker.

Public Constructors

 NameDescription
Public ConstructorMarker ConstructorOverloaded. Initializes a new instance of the Marker class.  
Top

Public Properties

 NameDescription
Public PropertyAntiAliasModeFor internal use only. (Inherited from DrawCustomizableItem)
Public PropertyBackdropGets or sets the backdrop information used to fill the Marker.  
Public PropertyContextMenuFor internal use only. (Inherited from MouseEnabledItem)
Public PropertyLabelGets or sets the label information for the Marker.  
Public PropertyLineGets or sets the line information used to draw the outline of the Marker.  
Public PropertySizeGets or sets the size of the Marker, in pixels.  
Public PropertyStyleGets or sets the shape of the Marker.  
Top

Public Methods

 NameDescription
Public MethodCloneOverridden. Creates a clone of the Marker object.  
Public MethodEqualsOverridden. Compares the Marker object to another System.Object to see if they are equal.  
Public MethodGetHashCodeOverridden. Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.  
Public MethodInternalGetParentsFor internal use only. (Inherited from Item)
Public MethodOnMouseDownFor internal use only. (Inherited from MouseEnabledItem)
Public MethodOnMouseEnterFor internal use only. (Inherited from MouseEnabledItem)
Public MethodOnMouseHoverFor internal use only. (Inherited from MouseEnabledItem)
Public MethodOnMouseLeaveFor internal use only. (Inherited from MouseEnabledItem)
Public MethodOnMouseMoveFor internal use only. (Inherited from MouseEnabledItem)
Public MethodOnMouseUpFor internal use only. (Inherited from MouseEnabledItem)
Public MethodOnMouseWheelFor internal use only. (Inherited from MouseEnabledItem)
Top

Public Events

 NameDescription
Public EventChangeFor internal use only. (Inherited from Item)
Public EventMouseDownFor internal use only. (Inherited from MouseEnabledItem)
Public EventMouseEnterFor internal use only. (Inherited from MouseEnabledItem)
Public EventMouseHoverFor internal use only. (Inherited from MouseEnabledItem)
Public EventMouseLeaveFor internal use only. (Inherited from MouseEnabledItem)
Public EventMouseMoveFor internal use only. (Inherited from MouseEnabledItem)
Public EventMouseUpFor internal use only. (Inherited from MouseEnabledItem)
Public EventMouseWheelFor internal use only. (Inherited from MouseEnabledItem)
Public EventPostDrawFor internal use only. (Inherited from DrawCustomizableItem)
Public EventPreDrawFor internal use only. (Inherited from DrawCustomizableItem)
Top

See Also