NChartPointStatePointStateAlignedToYWithXY Method (Double, DateTimeOffset) |
Create a point state representing the point that is aligned to the Y grid. This is a typical state for bar series
if drawn in 2D.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public static NChartPointState PointStateAlignedToYWithXY(
double x,
DateTimeOffset y
)
Public Shared Function PointStateAlignedToYWithXY (
x As Double,
y As DateTimeOffset
) As NChartPointState
public:
static NChartPointState^ PointStateAlignedToYWithXY(
[InAttribute] double x,
[InAttribute] DateTimeOffset^ y
)
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.
Return Value
Type:
NChartPointStateA new instance of the point state.
See Also