NChartPointStatePointStateAlignedToXWithXY Method (DateTimeOffset, Double) |
Create a point state representing the point that is aligned to the X grid. This is a typical state for column area
line and ribbon series if drawn in 2D.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public static NChartPointState PointStateAlignedToXWithXY(
DateTimeOffset x,
double y
)
Public Shared Function PointStateAlignedToXWithXY (
x As DateTimeOffset,
y As Double
) As NChartPointState
public:
static NChartPointState^ PointStateAlignedToXWithXY(
[InAttribute] DateTimeOffset^ x,
[InAttribute] double y
)
Parameters
- x
- Type: SystemDateTimeOffset
Date value on the X axis that represents the first category. - y
- Type: SystemDouble
Double value on the Y axis that represents the height value.
Return Value
Type:
NChartPointStateA new instance of the point state.
See Also