NChartPointStatePointStateAlignedToYZWithXYZ Method (Double, DateTimeOffset, 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,
DateTimeOffset y,
DateTimeOffset z
)
Public Shared Function PointStateAlignedToYZWithXYZ (
x As Double,
y As DateTimeOffset,
z As DateTimeOffset
) As NChartPointState
public:
static NChartPointState^ PointStateAlignedToYZWithXYZ(
[InAttribute] double x,
[InAttribute] DateTimeOffset^ y,
[InAttribute] DateTimeOffset^ z
)
Parameters
- x
- Type: SystemDouble
Double value on X axis that represents the height value. - y
- Type: SystemDateTimeOffset
Date 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