INChartDataSmootherValueDimension 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 NChartValue ValueDimension { get; set; }
Property ValueDimension As NChartValue
Get
Set
property NChartValue ValueDimension {
NChartValue get ();
void set (NChartValue value);
}
Property Value
Type:
NChartValueSee Also