Click or drag to resize
NChartPointStatePointStateAlignedToXWithXY Method (Int32, 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(
	int x,
	double y
)

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.

Return Value

Type: NChartPointState
A new instance of the point state.
See Also