[]
        
(Showing Draft Content)

C1.WPF.C1Chart3D.GridDataSeries

GridDataSeries Class

Represents series with data defined on rectangular grid.

Inheritance
GridDataSeries
Namespace: C1.WPF.C1Chart3D
Assembly: C1.WPF.C1Chart3D.4.6.2.dll
Syntax
public class GridDataSeries : DependencyObject

Constructors

Name Description
GridDataSeries()

Creates an instance of GridDataSeries class.

Fields

Name Description
BackFillProperty

Using a DependencyProperty as the backing store for BackFill. This enables animation, styling, binding, etc...

BackStrokeProperty

Using a DependencyProperty as the backing store for BackStroke.
This enables animation, styling, binding, etc...

ContourDataProperty

Using a DependencyProperty as the backing store for ContourData.
This enables animation, styling, binding, etc...

FillProperty

Using a DependencyProperty as the backing store for Fill. This enables animation, styling, binding, etc...

StartProperty

Using a DependencyProperty as the backing store for Start.
This enables animation, styling, binding, etc...

StepProperty

Using a DependencyProperty as the backing store for Step.
This enables animation, styling, binding, etc...

StrokeProperty

Using a DependencyProperty as the backing store for Stroke.
This enables animation, styling, binding, etc...

ZDataProperty

Using a DependencyProperty as the backing store for GridData.
This enables animation, styling, binding, etc...

Properties

Name Description
BackFill

Gets or sets the fill brush for the meshes facing down(Z-).

BackStroke

Gets or sets the stroke brush for the meshes facing down(Z-).

ContourData

Gets or sets two-dimensional array of contour data(4-dimensional chart).

Fill

Gets or sets the fill brush for the meshes facing up(Z+).

Start

Gets or sets the start point of data.

Step

Gets or sets the step of grid data.

Stroke

Gets or sets the stroke brush for the meshes facing up(Z+).

ZData

Gets or sets two-dimensional array of values on the grid.