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