| 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) 
Syntaxpublic static NChartPointState PointStateAlignedToYZWithXYZ(
	double x,
	int y,
	DateTimeOffset z
)
Public Shared Function PointStateAlignedToYZWithXYZ ( 
	x As Double,
	y As Integer,
	z As DateTimeOffset
) As NChartPointState
public:
static NChartPointState^ PointStateAlignedToYZWithXYZ(
	[InAttribute] double x, 
	[InAttribute] int y, 
	[InAttribute] 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: 
NChartPointStateA new instance of the point state. 
See Also