Click or drag to resize
NChartPointStatePointStateAlignedToYZWithXYZ Method (Double, Int32, DateTimeOffset)
Create a point state representing the point that is aligned to the YZ grid. This is a typical state for bar series if drawn in 3D.

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

Parameters

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

Return Value

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