Click or drag to resize
NChartAxisTick Class
The NChartAxisTick class provides methods to manage ticks on the axes.
Inheritance Hierarchy
SystemObject
  NChart3D_UWPNChartAxisTick

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public sealed class NChartAxisTick : INChartObject

The NChartAxisTick type exposes the following members.

Properties
  NameDescription
Public propertyChart
Chart the object belongs to. This property is assigned automatically whenever the object is assigned to the chart.
Public propertyColor
Gets or sets the color.
Public propertyLength
Gets or sets the length.
Public propertyThickness
Gets or sets the thickness.
Public propertyType
Gets or sets the type.
Public propertyVisible
Flag that determines if the object is visible (true) or not (false). The default value is true.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also