Click or drag to resize
NChartPointStatePointStateAlignedToXZWithXYZ Method (Int32, Double, DateTimeOffset)
Create a point state representing the point that is aligned to the XZ grid. This is a typical state for column area line and ribbon series if drawn in 3D. This can also be used for a surface.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public static NChartPointState PointStateAlignedToXZWithXYZ(
	int x,
	double y,
	DateTimeOffset z
)

Parameters

x
Type: SystemInt32
Integer value on the X axis that represents the first category.
y
Type: SystemDouble
Double value on the Y axis that represents the height value.
z
Type: SystemDateTimeOffset
Date value on the Z axis that represents the second category.

Return Value

Type: NChartPointState
A new instance of the point state.
See Also