Click or drag to resize
NChartAxisPositionCoordValue Property
Value of the coordinate. The default value is 0.
this property takes effect if ValueType is set to
NChartAxisPositionCoordValue.Custom
only. If some value is assigned to this property, ValueType is set to
NChartAxisPositionCoordValue.Custom
automatically.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public double Value { get; set; }

Property Value

Type: Double
See Also