Map overview

Constructors

 ConstructorOverloaded

Public Events

 AfterDrawValues (inherited from Series)Called just after drawing all series points, and before drawing other series that are in front.
 BeforeDrawPoint (inherited from Series)Triggered Before a Series Point is plotted. Use to modify paint characteristics of indexed point.
 BeforeDrawValues (inherited from Series)Called just before drawing all series points, and after drawing other series that are behind.
 Click (inherited from Series)Occurs when the control is clicked.
 DblClick (inherited from Series)Occurs when the control is double-clicked.
 GetSeriesMark (inherited from Series)Triggered on placing Mark for each Series Point. Use this method to modify the Mark Text content.
 GetValueColor (inherited from Custom3DPalette)Occurs each time a Surface's polygon is displayed. Using this event, specific Colors can be assigned to individual Surface polygons.
 MouseEnter (inherited from Series)Occurs when the mouse pointer enters the control.
 MouseLeave (inherited from Series)Occurs when the mouse pointer leaves the control.

Public Fields

 bBrush (inherited from Series)
 GetHorizAxis (inherited from Series)Returns the horizontal axis associated with the series.
 GetVertAxis (inherited from Series)Returns the vertical axis associated with the series.
 HasZValues (inherited from Series)Returns true if the series has ZValues.
 mandatory (inherited from Series)
 manualData (inherited from Series)
 notMandatory (inherited from Series)
 UseAxis (inherited from Series)Returns True when the Series needs axes to display points. For example, Pie Series returns False (it does not need axes).

Public Methods

 AddAdds a new shape to the Map Series and returns the index of the Polygon in the Shapes collection.
 AddNull (inherited from Series)System.Obsolete: Please use Add() method without parameters.
 AddNullXY (inherited from Series)System.Obsolete: Please use Add(x,y,Color.Transparent) method.
 AddPalette (inherited from Custom3DPalette)Add Color to Palette list
 AddPolyShape
 Assign (inherited from Series)Copies all properties from one Series component to another.
 AssignFormat (inherited from Series)
 AssignValues (inherited from Series)Adds all Values from Source series.
 BeginUpdate (inherited from Series)Recalculates the function just one time, when finished adding points.
 CalcPosValue (inherited from Series)Returns "Value" parameter coordinate position in pixels.
 CalcSelectionPos
 CalcXPos (inherited from Series)Returns the pixel Screen Horizontal coordinate of the ValueIndex Series value.
 CalcXPosValue (inherited from Series)Returns the pixel Screen Horizontal coordinate of the specified Value.
 CalcXSizeValue (inherited from Series)Returns the size in pixels corresponding to value parameter in horizontal axis scales.
 CalcYPos (inherited from Series)Returns the pixel Screen Vertical coordinate of the ValueIndex Series value.
 CalcYPosValue (inherited from Series)Returns the pixel Screen Vertical coordinate of the specified Value.
 CalcYSizeValue (inherited from Series)Returns the size in pixels corresponding to value parameter in vertical axis scales.
 CalcZPos (inherited from Custom3D)
 CheckDataSource (inherited from Series)Refreshes all Series point values, either from database Tables, Queries or Series points.
 CheckOrder (inherited from Series)Reorders points according to Order property of X,Y,etc value lists.
 Clear
 ClearPalette (inherited from Custom3DPalette)Deletes all Palette information.
 ClickedReturns the ValueIndex of the "clicked" point in the Map Series.
 ClickedPointer
 Clone (inherited from Series)Returns a new Series, copy of this original.
 ColorRange (inherited from Series)This method will change the Color of a specified range of points.
 Delete
 Draw
 DrawHiddenValue (inherited from Series)
 DrawMarksSeries (inherited from Series)
 DrawSeries (inherited from Series)Draws the series to the Chart Canvas.
 DrawValue
 DrawValuesForward (inherited from Series)Returns whether Series draws its points in ascending/descending order.
 EndUpdate (inherited from Series)Used with .BeginUpdate to recalculate the function just once when finished adding points.
 FillSampleValues (inherited from Series)Adds random values to help visualize the Series. Each series class determines how many random points to add.
 FirstDisplayedIndex (inherited from Series)Returns the index of the series point that is displayed first when the series is drawn.
 GalleryChanged3D
 GetBitmapEditor (inherited from Series)Returns the associated bitmap icon for a given Series class. This icon is used at ChartListBox and Series Editor dialog.
 GetMarkLabel
 GetMarkValue (inherited from Series)Returns corresponding Point value suitable for displaying at Series Marks.
 GetOutOfBoundNumAdjustment (inherited from Series)
 Invalidate (inherited from TeeBase)Use Invalidate when the entire canvas needs to be repainted.
 IsNull (inherited from Series)Returns true if the index th point in the Series is "null" or "empty". A point is considered "null" when the color of that point is "Transparent" or its value is Double.NaN.
 IsNullSegment
 IsValidSourceOf (inherited from Custom3D)Checks if given series object instance is a Custom3D instance.
 LastDisplayedIndex (inherited from Series)Returns the index of the series point that is displayed first when the series is drawn.
 LegendString (inherited from Custom3DPalette)Returns LegendString for LegendIndexth item.
 MaxMarkWidth (inherited from Series)Returns the length in pixels of the longest Mark text.
 MaxXValue
 MaxYValue
 MaxZValue (inherited from Custom3D)Returns Maximum Z Value.
 MinXValue
 MinYValue
 MinZValue (inherited from Custom3D)Returns Minimum Z Value.
 PrepareForGallery
 RefreshSeries (inherited from Series)Recalculates all dependent Series points again.
 Repaint (inherited from Series)Forces the Chart to Repaint.
 SaveTeeShapesAdvanced use. Create a PolygonSaveTree of the map polygons
 ScreenPointToValuePoint (inherited from Series)Returns the corresponding Value PointDouble values of a Screen position between Axis limits.
 SetNull (inherited from Series)Sets the specified series point to a null (transparent) point.
 SetSubGallery
 SortByLabels (inherited from Series)Sorts all points in the series using the Labels (texts) list. Note: non-mandatory values (X) are modified (they are not preserved).
 TitleOrName (inherited from Series)System.Obsolete: Please use ToString() method.
 ToString (inherited from Series)Overridden ToString() method.
 ValueColor (inherited from Custom3DPalette)Returns the colour of the index point.
 ValueMarkText (inherited from Series)Returns the string representation of a Index point used to draw the Mark.
 ValuePointToScreenPoint (inherited from Series)Returns the corresponding Screen Point values of a Value position between Axis limits.
 WriteToDataSource (inherited from Series)
 XScreenToValue (inherited from Series)Returns the corresponding X value of a Screen position between Axis limits.
 YScreenToValue (inherited from Series)Returns the corresponding Y value of a Screen position between Axis limits.

Public Properties

 Active (inherited from Series)Shows or hides this series.
 BlueFactor (inherited from Custom3DPalette)Defines the alpha value for the Blue of the ARGB component.
 Brush (inherited from Custom3DPalette)Defines the Brush to fill the Surface polygons.
 Chart (inherited from TeeBase)Chart associated with this object
 Color (inherited from Series)Default color for all points.
 ColorEach (inherited from Series)Draws points with different preset Colors.
 ColorEachPoint (inherited from Series)System.Obsolete: Please use ColorEach property.
 ColorMember (inherited from Series)Gets or sets the Datasource Color Field
 Colors (inherited from Series)Access to the stored Color Array, if created, for the Series.
 Count (inherited from Series)Returns the number of points in the Series.
 Cursor (inherited from Series)Cursor displayed when mouse is over a series point.
 CustomHorizAxis (inherited from Series)Specified the custom horizontal axis for the series.
 CustomVertAxis (inherited from Series)Specified the custom vertical axis for the series.
 DataSource (inherited from Series)Object to load data from.
 DateTimeFormat (inherited from Series)Determines the DateTimeFormat to display point values.
 DefaultNullValue (inherited from Series)Sets or returns the value to be used as a null value within the series.
 Depth (inherited from Series)Sets the Depth of the series points or interconnecting lines.
 Description
 Detail (inherited from Series)
 DrillDown (inherited from Series)Gets and sets and object that controls the drill-down dataset when the series is clicked
 DrillDownLabelMember (inherited from Series)Gets or sets the Datasource Label Field for the series clicked point (drill-down).
 EndColor (inherited from Custom3DPalette)Determines the last Range palette color.
 EndZ (inherited from Series)For internal use.
 FirstVisibleIndex (inherited from Series)Returns the index of the Series' first visible point.
 Function (inherited from Series)Function object to calculate values.
 GetZAxis
 GreenFactor (inherited from Custom3DPalette)Defines the alpha value for the Green of the ARGB component.
 HorizAxis (inherited from Series)Horizontal axis to associate to this Series.
 IsoHorizAxes (inherited from Series)Gets or sets whether Series aspect ratio is maintained horizontally on Chart resize.
 IsoVertAxes (inherited from Series)Gets or sets whether Series aspect ratio is maintained vertically on Chart resize.
 ItemDefault array property in Map series to make easier to obtain a Map polygon object:
 LabelMember
 Labels (inherited from Series)Accesses a list of series point labels.
 LastVisibleIndex (inherited from Series)Returns the index of the Series' last visible point.
 Legend (inherited from Series)Gets or sets the properties which define how the Series is displayed in the Legend.
 LegendEvery (inherited from Custom3DPalette)
 MapMarksGets and sets properties to customize the display of series text marks inside polygons.
 Marks (inherited from Series)Defines all necessary properties to draw a mark near to each Series point.
 MidColor (inherited from Custom3DPalette)Determines the middle Range palette color.
 MiddleZ (inherited from Series)For internal use.
 NumGallerySeries (inherited from Series)For internal use.
 OriginalCursor (inherited from Series)
 Palette (inherited from Custom3DPalette)Access the Color Palette list
 PaletteMin (inherited from Custom3DPalette)The starting value used to calculate the color palette when UsePaletteMin is true.
 PaletteRange (inherited from Custom3DPalette)Defines the range of colour in the default color Palette.
 PaletteStep (inherited from Custom3DPalette)The interval amount between palette Colors.
 PaletteSteps (inherited from Custom3DPalette)Sets the number of entries in the default color Palette.
 PaletteStyle (inherited from Custom3DPalette)Selects Pale or Strong colour palette.
 Pen (inherited from Custom3DPalette)Defines the Pen to draw the Surface polygons.
 PercentFormat (inherited from Series)Sets the Format to display point values as percentage.
 Pointer
 PointSize
 RecalcOptions (inherited from Series)
 RedFactor (inherited from Custom3DPalette)Defines the alpha value for the Red of the ARGB component.
 RenderMode
 SeriesColor (inherited from Series)System.Obsolete: Use the Series Color property.
 SeriesData (inherited from Series)
 ShadowGets and sets properties for the display of shadows around polygons.
 ShapesReturns a list of Polygon objects. Each polygon object in the list refers to a "shape" in the Map series.
 ShowInLegend (inherited from Series)Displays this Series Title in Legend.
 StartColor (inherited from Custom3DPalette)Sets 1 of 3 Colors used to create the palette to fill the Surface polygons.
 StartZ (inherited from Series)For internal use.
 Tag (inherited from TeeBase)Gets or sets an object that provides additional data about the TChart object.
 TimesZOrder (inherited from Custom3D)For internal use.
 Title (inherited from Series)Series description to show in Legend and editors.
 Transparency (inherited from Series)Sets Transparency level from 0 to 100%.
 UseColorRange (inherited from Custom3DPalette)Sets gradient color palette to fill Surface polygons.
 UseExtendedNumRange (inherited from Series)When true activates extended Axis range for extremely large/small numbers
 UsePalette (inherited from Custom3DPalette)Sets multi-color palette to fill Surface polygons.
 UsePaletteMin (inherited from Custom3DPalette)Set to True to force the color palette to start at UsePaletteMin property value.
 ValueFormat (inherited from Series)Determines the Format to display point values.
 ValuesLists (inherited from Series)Returns the Steema.TeeChart.Styles.ValuesLists object of the series.
 VertAxis (inherited from Series)Determines Vertical axis associated to this Series.
 Visible (inherited from Series)Shows or hides this series.
 XValues
 YValues
 ZOrder (inherited from Series)Determines where on the depth axis the Series is drawn.
 ZValues (inherited from Custom3D)Values defining Z grid point positions.

Protected Fields

 AllowSinglePoint (inherited from Series)
 bActive (inherited from Series)
 bColorEach (inherited from Series)
 bUseColorRange (inherited from Custom3DPalette)
 bUsePalette (inherited from Custom3DPalette)
 calcVisiblePoints (inherited from Series)
 defaultShowInLegend (inherited from Series)
 defaultVisible (inherited from Series)
 DoClip (inherited from Series)
 DrawBetweenPoints (inherited from Series)
 firstVisible (inherited from Series)
 fseriesColor (inherited from Series)
 Steema.TeeChart.Drawing.TeeBase.InternalTag
 InternalUse (inherited from TeeBase)
 iPaletteSteps (inherited from Custom3DPalette)
 iSeriesColor (inherited from Series)
 isMouseInside (inherited from Series)
 lastVisible (inherited from Series)
 sameBrush (inherited from Custom3DPalette)
 ShowInEditor (inherited from TeeBase)
 sLabels (inherited from Series)
 UseSeriesColor (inherited from Series)
 vxValues (inherited from Series)
 vyValues (inherited from Series)
 vzValues (inherited from Custom3D)
 yMandatory (inherited from Series)
 ZoomSeries (inherited from Series)

Protected Methods

 AddChartValue (inherited from Series)
 Added (inherited from Series)
 AddSampleValues
 AddValues (inherited from Custom3DPalette)
 AssociatedToAxis (inherited from Series)
 AxisRectChanged (inherited from Custom3D)
 BackFaced (inherited from Custom3D)
 CalcColorRange (inherited from Custom3DPalette)
 CalcDepthPositions (inherited from Series)
 CalcFirstLastPage (inherited from Series)
 CalcHorizMargins
 CalcMinMaxValue (inherited from Series)
 CalculateMarkPosition (inherited from Series)
 CalcVerticalMargins
 CalcZOrder (inherited from Custom3D)
 CanAddRandomPoints (inherited from Series)
 CanDrawMark
 CanZoomScroll (inherited from Series)
 ChangedAxisScale
 CheckMouse (inherited from Series)
 ClearLists (inherited from Series)
 ClipRegionCreate (inherited from Series)
 ConvertArray (inherited from Series)
 CountLegendItems (inherited from Custom3DPalette)
 CreateDefaultPalette (inherited from Custom3DPalette)
 CreateSubGallery
 Dispose
 DoAfterDrawValues (inherited from Series)
 DoBeforeDrawChart (inherited from Custom3DPalette)
 DoBeforeDrawPoint (inherited from Series)
 DoBeforeDrawValues
 DoDrawIndex (inherited from Series)
 DoGetSeriesMark (inherited from Series)
 DrawLegendShape (inherited from Custom3DPalette)
 DrawMark
 DrawMarks (inherited from Series)
 DrawSeriesAscending (inherited from Series)
 DrawSeriesForward (inherited from Series)
 drawSeriesLabel (inherited from Series)
 FirstVisibleMark (inherited from Series)
 GetBounds (inherited from Series)
 GetDataSource (inherited from Series)
 GetDefaultColor (inherited from Series)
 GetMarkText (inherited from Series)
 GetOriginValue (inherited from Series)
 GetSeriesColor (inherited from Series)
 GetValueColorValue (inherited from Custom3DPalette)
 HasPointLabels (inherited from Series)
 InternalColor (inherited from Series)
 InternalLabel (inherited from Series)
 InternalXValue (inherited from Series)
 InternalYValue (inherited from Series)
 IsPointInChartRect
 IsVisible
 LastVisibleMark (inherited from Series)
 LegendItemColor (inherited from Custom3DPalette)
 LegendToValueIndex (inherited from Series)
 MoreSameZOrder (inherited from Series)Returns true if there are more series that share the same Z order. For example Stacked Bars.
 MouseEvent (inherited from Series)
 NumSampleValues
 OnDisposing (inherited from Series)
 OriginalValueColor (inherited from Custom3DPalette)
 PaintLegend (inherited from Series)
 PrepareLegendCanvas (inherited from Custom3D)
 RandomBounds (inherited from Series)
 RecalcGetAxis (inherited from Series)
 SameClass (inherited from Series)Returns True when the tmpSeries parameter is of the same class.
 SaveChartRect (inherited from Custom3D)
 SetActive (inherited from Series)
 SetBooleanProperty (inherited from TeeBase)
 SetChart
 SetColorEach (inherited from Series)
 SetColorProperty (inherited from TeeBase)
 SetDoubleProperty (inherited from TeeBase)
 SetFloatProperty (inherited from TeeBase)
 SetHorizontal (inherited from Series)
 SetIntegerProperty (inherited from TeeBase)
 SetSameBrush (inherited from Custom3DPalette)
 SetSeriesColor (inherited from Series)
 SetStringProperty (inherited from TeeBase)
 SetTransparency (inherited from Custom3DPalette)
 SetValueList (inherited from Series)
 ShouldSerializeColors (inherited from Series)
 ShouldSerializeDataSource (inherited from Series)
 ShouldSerializeFunction (inherited from Series)
 ShouldSerializeLabels (inherited from Series)
 ShouldSerializeMarks (inherited from Series)
 ShouldSerializeShapes
 ShouldSerializeShowInLegend (inherited from Series)
 ShouldSerializeVisible (inherited from Series)
 SortDrawPoints (inherited from Series)
 SortDrawSeries (inherited from Series)
 ValueListOfAxis (inherited from Custom3D)

Protected Properties

 Transform (inherited from Series)

See Also

Map Class | Steema.TeeChart.Styles Namespace