Spread Windows Forms 6.0 Product Documentation
ChartShape Class Members
See Also  Fields  Properties  Methods  Events Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace : ChartShape Class


Glossary Item Box

The following tables list the members exposed by ChartShape.

Protected Fields

Public Properties

 NameDescription
Public PropertyCanFocusGets or sets whether the element can receive focus. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyCanMoveGets or sets whether the user is allowed to move the object. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Public PropertyCanPrintGets or sets whether the container is allowed to print the object. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Public PropertyCanSizeGets or sets whether the user is allowed to resize the object. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Public PropertyChartNameGets or sets the name of the chart.  
Public PropertyContainsFocusGets whether the element currently has the input focus. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyDynamicMoveGets or sets the dynamic move of the object. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSShape)
Public PropertyDynamicSizeGets or sets the dynamic size of the object. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSShape)
Public PropertyEnabledGets or sets whether the object can receive focus and respond to user actions. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Public PropertyFocusedGets whether the element has focus. (Inherited from FarPoint.Win.ElementWindowless)
Public PropertyHeightGets or sets the height of the object. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Public PropertyLeftOverridden. Gets or sets the X-coordinate of the object.  
Public PropertyLocationGets or sets the location of the object. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Public PropertyLockedGets or sets whether the object is marked as locked. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Public PropertyModelGets or sets the chart model.  
Public PropertyOriginalBoundsGets the original bounds. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Public PropertyRectangleGets the rectangular coordinates of the element.  
Public PropertySelectableGets or sets whether can select. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Public PropertySelectedObjectGets or sets the selected object. Could be a plot area, legend area, label area or series info.  
Public PropertySiteGets or sets the System.ComponentModel.ISite associated with the System.ComponentModel.IComponent.  
Public PropertySizeGets or sets the size of the object. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Public PropertySizeProportionalGets or sets whether the user is allowed to resize the object proportionally. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Public PropertyTagGets or sets the tag for the element. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Public PropertyTopOverridden. Gets or sets the Y-coordinate of the object.  
Public PropertyUniqueIdentifierGets the unique identifier for the element. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Public PropertyViewTypeGets or sets whether the chart is rendered in 2D or 3D.  
Public PropertyVisibleGets or sets whether the object is visible. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Public PropertyWidthGets or sets the width of the object. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Public PropertyZoomedRectangleGets the zoomed rectangle. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Top

Public Methods

 NameDescription
Public MethodCloneOverridden. Creates and returns a copy of the object.  
Public MethodDisposeOverloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public MethodFocusMoves the focus to the element. (Inherited from FarPoint.Win.ElementWindowless)
Public MethodOnPaintOverloaded. Overridden. Initiates a redraw for the object to repaint itself.  
Public MethodPaintGrabHandlesOverridden. Draws the handles for sizing.  
Public MethodPrintPrints the shape objects. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Public MethodRefreshOverloaded. Refreshes the specified force.  
Public MethodRenderImageRenders the chart's image to a bitmap and return this bitmap.  
Public MethodScale(Single,Single)Adjusts the size of the object by the specified amount. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Public MethodSetBoundsOverloaded. Sets the bounds of the object to the specified position and size. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Public MethodUpdateCauses the control to redraw invalidated region. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Top

Protected Methods

 NameDescription
Protected MethodCreateNewInstanceCreates a new instance of ChartShape class.  
Protected MethodDoMoveOverridden. Allows the object to be moved.  
Protected MethodDoSizeOverridden. Allows the object to be sized.  
Protected MethodFinalizeReleases unmanaged resources and performs other cleanup operations before the SpreadChart is reclaimed by garbage collection.  
Protected MethodInitializeInitializes the shape object in the presentation space. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSShape)
Protected MethodOnChartActionCompleteCalled when user finish performing something in Chart control.  
Protected MethodOnChartActionPerformingCalled when user's performing something in Chart control.  
Protected MethodOnDoubleClickRaises the FarPoint.Win.ElementWindowless.DoubleClick event when the use double clicks on the control. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodOnMouseDownOverridden. Raises the System.Windows.Forms.Control.MouseDown event.  
Protected MethodOnMouseMoveOverridden. MouseMove processing.  
Protected MethodOnMouseUpOverridden. Raises the System.Windows.Forms.Control.MouseUp event.  
Protected MethodOnNameChangingRaises the NameChanging event. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodOnOpeningContextMenuStripCalled when the context menu strip is opened.  
Protected MethodOnParentChangedRaises the FarPoint.Win.ElementWindowless.ParentChanged event when the the parent of the element has changed. (Inherited from FarPoint.Win.ElementWindowless)
Protected MethodOnPropertyChangedOverridden. Raises the FarPoint.Win.ElementWindowless.PropertyChanged event when the property on an element has changed.  
Protected MethodPaintFocusRectangleDraws the focus rectangle. (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Protected MethodProcessMouseMoveProcesses when the mouse cursor is moving.  
Protected MethodProcessMouseUpOverridden. MouseUp processing.  
Protected MethodResetParent (Inherited from FarPoint.Win.Spread.DrawingSpace.PSShape)
Protected MethodSetBoundsFloatOverloaded. Overridden. Sets the bounds of the object to the specified position and size.  
Protected MethodSetBoundsFloatInternal (Inherited from FarPoint.Win.Spread.DrawingSpace.PSObject)
Protected MethodSizeRegionOverloaded. Overridden. Resizes the region.  
Top

Public Events

 NameDescription
Public EventActionDoingOccurs when on performing actions such as move, resize, delete, cut and paste.  
Public EventActionDoneOccurs when on actions done such as move, resize, delete, cut and paste.  
Public EventChangedOccurs when the element changes. (Inherited from FarPoint.Win.ElementWindowless)
Public EventDisposedAdds an event handler to listen to the SpreadChart.Disposed event on the SpreadChart.  
Public EventDoubleClickOccurs when the user double-clicks the element. (Inherited from FarPoint.Win.ElementWindowless)
Public EventMouseDownOccurs if the user presses a mouse button while the cursor is over the element. (Inherited from FarPoint.Win.ElementWindowless)
Public EventMouseMoveOccurs if the user moves the cursor while the cursor is over the element. (Inherited from FarPoint.Win.ElementWindowless)
Public EventMouseUpOccurs if the user releases a mouse button while the cursor is over the element. (Inherited from FarPoint.Win.ElementWindowless)
Public EventNameChangingOccurs before the Name property of the element changes. (Inherited from FarPoint.Win.ElementWindowless)
Public EventOpeningContextMenuStripOccurs when opening context menu strip.  
Public EventPropertyChangedOccurs when a property on the element changes. (Inherited from FarPoint.Win.ElementWindowless)
Public EventSelectionChangedOccurs when the selection changed.  
Top

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.