Click or drag to resize
NChartCartesianSystemValueAxesType Property
Type of axes. You may use additional and percent axes only if you provide ticks for category axes. For example if you are about to display additional columns you should provide ticks for the X and Z axes. If you are about to display additional bars you should provide ticks for Y and Z axes respectively (because bars are stretched along the X-axis). If you didn't provide ticks for category axes changing the type to additional or percent takes no effect for the series displayed even though states of their points are aligned to the grid (see NChartPointState for details).

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

Property Value

Type: NChartValueAxesType
See Also