NChartDataSmootherTBezierValueDimension Property |
Key of the value that should be interpreted as height dimension. Typically it is NChartValue.Y (which is the default
value), however for bar series it should be NChartValue.X.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartValue ValueDimension { get; set; }
Public Property ValueDimension As NChartValue
Get
Set
public:
virtual property NChartValue ValueDimension {
NChartValue get () sealed;
void set (NChartValue value) sealed;
}
Property Value
Type:
NChartValueImplements
INChartDataSmootherValueDimensionSee Also