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

Parameters

x
Type: SystemDouble
Double value on X axis that represents the height value.
y
Type: SystemInt32
Integer value on Y axis that represents the first category.

Return Value

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