Name | Description | |
---|---|---|
AutomaticPalette | When 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). | |
DrawFlat | Draws the surface in flat mode (contour chart). The PositionMode and PositionValue properties determine the vertical position of the surface. | |
EmptyDataPointsAppearance | Gives 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) | |
FillEffect | Controls 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. | |
FillStyle | Controls the way in which the surface is filled. Currently there are two filling modes: zone filling and no filling. | |
FrameLine | Controls the appearance of the surface frame lines and dots. | |
FrameStyle | Controls 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 | |
InflateMargins | Inflates the margins of the series to fit the chart area. (Inherited from Xceed.Chart.Core.SeriesBase) | |
Interactivity | Gives you access to the SeriesInteractivity object controlling the interactivity features of the data points. | |
Legend | Gives you access to an instance of the SeriesLegend class controlling the representation of the series in the legend. (Inherited from Xceed.Chart.Core.SeriesBase) | |
Name | The name of the series. (Inherited from Xceed.Chart.Core.SeriesBase) | |
Palette | Gives 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. | |
PaletteFrame | When 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. | |
PaletteSteps | Controls the number of entries in the automatic palette if the SyncPaletteWithAxisScale is set to false. Valid only when AutomaticPalette is set to true. | |
PositionMode | The PositionMode property controls the vertical position of the surface, when it is rendered in flat mode (DrawFlat property is set to True). | |
PositionValue | The 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. | |
Shadow | Gives 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) | |
SmoothPalette | When this property is enabled the zone colors gradate smoothly from one to another. | |
SyncPaletteWithAxisScale | Synchronizes 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. | |
ValueFormatting | Gives access to the ValueFormatting object controlling the formatting of the elevation (Y) values. | |
Visible | Controls the visibility of the series. (Inherited from Xceed.Chart.Core.SeriesBase) |