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
)
Public Shared Function PointStateAlignedToYWithXY (
x As Double,
y As Integer
) As NChartPointState
public:
static NChartPointState^ PointStateAlignedToYWithXY(
[InAttribute] double x,
[InAttribute] 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:
NChartPointStateA new instance of the point state.
See Also