Click or drag to resize
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
)

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: NChartPointState
A new instance of the point state.
See Also