Xceed Chart for WinForms v4.4 Documentation
MeshSurfaceSeries Class Members
Fields  Properties  Methods 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : MeshSurfaceSeries Class

The following tables list the members exposed by MeshSurfaceSeries.

Protected Fields
 NameDescription
Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Top
Public Properties
 NameDescription
Public PropertyWhen set to true the component uses automatically generated surface palette. When set to False the component uses a custom defined palette (the Palette property gives access to the custom palette). (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Public PropertyGives access to the MeshSurfaceData object controlling the surface data storage.  
Public PropertyDraws the surface in flat mode (contour chart). The PositionMode and PositionValue properties determine the vertical position of the surface. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Public PropertyGives you access to an instance of the EmptyDataPointsAppearance class controlling the appearance of the empty data points displayed by the series (Inherited from Xceed.Chart.Core.SeriesBase)
Public PropertyControls the fill effect applied to the surface. The user can modify the surface filling transparency, material properties like specular color, emissive color, shininess, as well as apply textures, gradients and patterns to the surface. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Public PropertyControls the way in which the surface is filled. Currently there are two filling modes: zone filling and no filling. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Public PropertyControls the appearance of the surface frame lines and dots. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Public PropertyControls the surface frame style. Supported values are: SurfaceFrameStyle.None - no frame at all SurfaceFrameStyle.Mesh - frame connecting the adjacent data points SurfaceFrameStyle.Contour - contour lines at specific surface elevations SurfaceFrameStyle.MeshContour - mixed mesh and contour frame SurfaceFrameStyle.Dots - dots at the data points (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Public PropertyInflates the margins of the series to fit the chart area. (Inherited from Xceed.Chart.Core.SeriesBase)
Public PropertyGives you access to the SeriesInteractivity object controlling the interactivity features of the data points. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Public PropertyGives you access to an instance of the SeriesLegend class controlling the representation of the series in the legend. (Inherited from Xceed.Chart.Core.SeriesBase)
Public PropertyThe name of the series. (Inherited from Xceed.Chart.Core.SeriesBase)
Public PropertyGives access to the custom palette associated with the surface. To make the chart use the custom palette you have to set the AutomaticPalette property to false. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Public PropertyWhen set to true the frame is displayed with the current palette colors (automatic or manual). When set to false the frame is displayed with the line properties accessible with the FrameLine property. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Public PropertyControls the number of entries in the automatic palette if the SyncPaletteWithAxisScale is set to false. Valid only when AutomaticPalette is set to true. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Public PropertyThe PositionMode property controls the vertical position of the surface, when it is rendered in flat mode (DrawFlat property is set to True). (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Public PropertyThe PositionValue property specifies the value for the vertical position of the surface when the DrawFlat property is set to True and the PositionMode is SurfacePositionMode.CustomValue. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Public PropertyGives access to the Shadow object controlling the shadow of the series. Shadows are visible when the scene is rendered with GDI+. (Inherited from Xceed.Chart.Core.SeriesBase)
Public PropertyWhen this property is enabled the zone colors gradate smoothly from one to another. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Public PropertySynchronizes the number of palette entries in the automatic palette with the current scale of the vertical axis on which the series is displayed. Valid only when AutomaticPalette is set to true. Otherwise the PaletteSteps property is considered. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Public PropertyGives access to the ValueFormatting object controlling the formatting of the elevation (Y) values. (Inherited from Xceed.Chart.Core.SurfaceSeriesBase)
Public PropertyGives access to the ValueFormatting object controlling the formatting of the X-values.  
Public PropertyGives access to the ValueFormatting object controlling the formatting of the Z-values.  
Public PropertyControls the visibility of the series. (Inherited from Xceed.Chart.Core.SeriesBase)
Top
Public Methods
 NameDescription
Public MethodCreates an identical copy of this series object (Inherited from Xceed.Chart.Core.SeriesBase)
Public MethodOverloaded. Instructs the chart whether to scale the series on one of the standard chart axes. (Inherited from Xceed.Chart.Core.SeriesBase)
Public MethodOverridden. Virtual method returning a collection of the data series that the series uses.  
Public MethodCreates a user control which can be used for the visual editing of the series (Inherited from Xceed.Chart.Core.SeriesBase)
Public MethodOverloaded. Queries whether the series is scaled on the specified standard axis. (Inherited from Xceed.Chart.Core.SeriesBase)
Top
See Also

Reference

MeshSurfaceSeries Class
Xceed.Chart.Core Namespace
Series Class