NChartPointStatePointStateAlignedToXWithXLowHigh Method (DateTimeOffset, Double, Double) |
Create a point state that is aligned to the X grid and has low and high values. This is the a typical
state for a band series drawn in 2D.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public static NChartPointState PointStateAlignedToXWithXLowHigh(
DateTimeOffset x,
double low,
double high
)
Public Shared Function PointStateAlignedToXWithXLowHigh (
x As DateTimeOffset,
low As Double,
high As Double
) As NChartPointState
public:
static NChartPointState^ PointStateAlignedToXWithXLowHigh(
[InAttribute] DateTimeOffset^ x,
[InAttribute] double low,
[InAttribute] double high
)
Parameters
- x
- Type: SystemDateTimeOffset
Date value on the X axis that represents the category. - low
- Type: SystemDouble
Double value on the Y axis that represents the "low" value. - high
- Type: SystemDouble
Double value on the Y axis that represents the "high" value.
Return Value
Type:
NChartPointStateA new instance of the point state.
See Also