MindFusion.Wpf Pack Programmer's Guide
SurfaceSeries Members
Constructors Fields Properties Events
 


Represents a series in a surface chart.

The following tables list the members exposed by the SurfaceSeries type.

 Public Constructors

  Name Description

SurfaceSeries

Overloaded.  

 Public Fields

  Name Description

ChartProperty

Identifies the Chart dependency property. (Inherited from ChartSeries.)

ClipMaximumProperty

Identifies the ClipMaximum dependency property.

ClipMinimumProperty

Identifies the ClipMinimum dependency property.

FillsSourceProperty

Identifies the FillsSource dependency property. (Inherited from ChartSeries.)

GroundLevelMarginProperty

Identifies the GroundLevelMargin dependency property.

LabelBackgroundProperty

Identifies the LabelBackground dependency property. (Inherited from ChartSeries.)

LabelBorderBrushProperty

Identifies the LabelBorderBrush dependency property. (Inherited from ChartSeries.)

LabelBorderThicknessProperty

Identifies the LabelBorderThickness dependency property. (Inherited from ChartSeries.)

LabelFontFamilyProperty

Identifies the LabelFontFamily dependency property. (Inherited from ChartSeries.)

LabelFontSizeProperty

Identifies the LabelFontSize dependency property. (Inherited from ChartSeries.)

LabelFontStyleProperty

Identifies the LabelFontStyle dependency property. (Inherited from ChartSeries.)

LabelFontWeightProperty

Identifies the LabelFontWeight dependency property. (Inherited from ChartSeries.)

LabelForegroundProperty

Identifies the LabelForeground dependency property. (Inherited from ChartSeries.)

ScatterSizeProperty

Identifies the ScatterSize dependency property.

ScatterTypeProperty

Identifies the ScatterType dependency property.

ShowScatterFlagProperty

Identifies the ShowScatterFlag dependency property.

StrokeDashArrayProperty

Identifies the StrokeDashArray dependency property. (Inherited from ChartSeries.)

StrokeDashCapProperty

Identifies the StrokeDashCap dependency property. (Inherited from ChartSeries.)

StrokeDashOffsetProperty

Identifies the StrokeDashOffset dependency property. (Inherited from ChartSeries.)

StrokeEndLineCapProperty

Identifies the StrokeEndLineCap dependency property. (Inherited from ChartSeries.)

StrokeLineJoinProperty

Identifies the StrokeLineJoin dependency property. (Inherited from ChartSeries.)

StrokeMiterLimitProperty

Identifies the StrokeMiterLimit dependency property. (Inherited from ChartSeries.)

StrokesSourceProperty

Identifies the StrokesSource dependency property. (Inherited from ChartSeries.)

StrokeStartLineCapProperty

Identifies the StrokeStartLineCap dependency property. (Inherited from ChartSeries.)

StrokeThicknessProperty

Identifies the StrokeThickness dependency property. (Inherited from ChartSeries.)

TextureOrientationProperty

Identifies the TextureOrientation dependency property.

TitleProperty

Identifies the Title dependency property. (Inherited from ChartSeries.)

ToolTipTextProperty

Identifies the ToolTipText dependency property. (Inherited from ChartSeries.)

ToolTipTypeProperty

Identifies the ToolTipType dependency property. (Inherited from ChartSeries.)

XAxisProperty

Identifies the XAxis dependency property. (Inherited from AxesSeries.)

XDataPathProperty

Identifies the XDataPath dependency property. (Inherited from AxesSeries.)

XDataProperty

Identifies the XData dependency property. (Inherited from AxesSeries.)

YAxisProperty

Identifies the YAxis dependency property. (Inherited from AxesSeries.)

YDataPathProperty

Identifies the YDataPath dependency property. (Inherited from AxesSeries.)

YDataProperty

Identifies the YData dependency property. (Inherited from AxesSeries.)

Z2DataPathProperty

Identifies the Z2DataPath dependency property. (Inherited from AxesSeries3D.)

Z2DataProperty

Identifies the Z2Data dependency property. (Inherited from AxesSeries3D.)

ZDataPathProperty

Identifies the ZDataPath dependency property. (Inherited from AxesSeries3D.)

ZDataProperty

Identifies the ZData dependency property. (Inherited from AxesSeries3D.)

 Public Properties

  Name Description

Chart

Gets or sets the Chart this ChartSeries is part of. (Inherited from ChartSeries.)

ClipMaximum

Gets or sets the maximum value to display for this series. This is a dependency property.

ClipMinimum

Gets or sets the minimum value to display for this series. This is a dependency property.

Fills

Gets the fills of the series. This is a dependency property. (Inherited from ChartSeries.)

FillsSource

Gets or sets a list of brushes used for filling elements in this ChartSeries. This is a dependency property. (Inherited from ChartSeries.)

GroundLevelMargin

Gets or sets the offset of the ground level for this series. This is a dependency property.

Index

Gets or sets the index of this ChartSeries. (Inherited from ChartSeries.)

LabelBackground

Gets or sets the background of the label. This is a dependency property. (Inherited from ChartSeries.)

LabelBorderBrush

Gets or sets the brush for the label border. This is a dependency property. (Inherited from ChartSeries.)

LabelBorderThickness

Gets or sets the thickness of the label border. This is a dependency property. (Inherited from ChartSeries.)

LabelFontFamily

Gets or sets the font family for the chart labels. This is a dependency property. (Inherited from ChartSeries.)

LabelFontSize

Gets or sets the font size for the chart labels. This is a dependency property. (Inherited from ChartSeries.)

LabelFontStyle

Gets or sets the font style for the chart labels. This is a dependency property. (Inherited from ChartSeries.)

LabelFontWeight

Gets or sets the font weight for the chart labels. This is a dependency property. (Inherited from ChartSeries.)

LabelForeground

Gets or sets the foreground of the label. This is a dependency property. (Inherited from ChartSeries.)

ScatterSize

Gets or sets the size of the scatter marks of this series when displayed in a chart with SurfaceType set to Scatter. This is a dependency property.

ScatterType

Gets or sets the type of the scatter mark of this series when displayed in a chart with SurfaceType set to Scatter. This is a dependency property.

ShowScatterFlag

Gets or sets a value indicating whether to display projections from the scatter marks to the bottom of the plot area. This is a dependency property.

StrokeDashArray

Gets or sets a collection of Double values that indicate the pattern of dashes and gaps that is used to outline ChartSeries shapes. This is a dependency property. (Inherited from ChartSeries.)

StrokeDashCap

Gets or sets a PenLineCap enumeration value that specifies how the ends of a dash in a ChartSeries shape are drawn. This is a dependency property. (Inherited from ChartSeries.)

StrokeDashOffset

Gets or sets a double that specifies the distance within the dash pattern where a dash begins. This is a dependency property. (Inherited from ChartSeries.)

StrokeEndLineCap

Gets or sets a PenLineCap enumeration value that describes the shape at the end of a line. This is a dependency property. (Inherited from ChartSeries.)

StrokeLineJoin

Gets or sets a PenLineJoin enumeration value that specifies the type of join that is used at the vertices of a ChartSeries shape. This is a dependency property. (Inherited from ChartSeries.)

StrokeMiterLimit

Gets or sets a limit on the ratio of the miter length to half the StrokeThickness of a ChartSeries shape element. This is a dependency property. (Inherited from ChartSeries.)

Strokes

Gets the strokes of the series. This is a dependency property. (Inherited from ChartSeries.)

StrokesSource

Gets or sets a list of brushes used as a source for the strokes used to outline chart elements in this ChartSeries. This is a dependency property. (Inherited from ChartSeries.)

StrokeStartLineCap

Gets or sets a PenLineCap enumeration value that describes the shape at the start of a line. This is a dependency property. (Inherited from ChartSeries.)

StrokeThickness

Gets or sets the thickness of the stroke for the series. This is a dependency property. (Inherited from ChartSeries.)

TextureOrientation

Gets or sets the orientation of the texture applied to the elements representing this series. This is a dependency property.

Title

Gets or sets the title of the series. This is a dependency property. (Inherited from ChartSeries.)

ToolTipText

Gets or sets the tooltips to use when ToolTipType is set to Custom. This is a dependency property. (Inherited from ChartSeries.)

ToolTipType

Gets or sets a value specifying what tooltips to display for the values in this series. This is a dependency property. (Inherited from ChartSeries.)

XAxis

  (Inherited from AxesSeries.)

XData

Gets or sets the data used for calculating the X-coordinates of data points. This is a dependency property. (Inherited from AxesSeries.)

XDataPath

Gets or sets the path to the property of the DataSource used for retrieving the X-data for this series. This is a dependency property. (Inherited from AxesSeries.)

YAxis

  (Inherited from AxesSeries.)

YData

Gets or sets the data used for calculating the Y-coordinates of data points. This is a dependency property. (Inherited from AxesSeries.)

YDataPath

Gets or sets the path to the property of the DataSource used for retrieving the Y-data for this series. This is a dependency property. (Inherited from AxesSeries.)

Z2Data

Gets or sets the data used for calculating the Z2-coordinates of data points. This is a dependency property. (Inherited from AxesSeries3D.)

Z2DataPath

Gets or sets the path to the property of the DataSource used for retrieving the Z2-data for this series. This is a dependency property. (Inherited from AxesSeries3D.)

ZData

Gets or sets the data used for calculating the Z-coordinates of data points. This is a dependency property. (Inherited from AxesSeries3D.)

ZDataPath

Gets or sets the path to the property of the DataSource used for retrieving the Z-data for this series. This is a dependency property. (Inherited from AxesSeries3D.)

 Public Events

  Name Description

AppearanceChanged

Occurs when series appearance was changed. (Inherited from ChartSeries.)

DataChanged

Occurs when series data was changed. (Inherited from ChartSeries.)

 See Also

SurfaceSeries Class
MindFusion.Charting.Wpf Namespace