NChartAxisTick Class Reference

Inherits from NChartObject : NSObject
Declared in NChartAxisTick.h

Overview

The NChartAxisTick class provides methods to manage ticks on the axes.

  color

Color of the ticks.

@property (nonatomic, strong) NSColor *color

Declared In

NChartAxisTick.h

  length

Length of ticks in pixels. The default value is 10.

@property (nonatomic, assign) float length

Declared In

NChartAxisTick.h

  thickness

Thickness of ticks in pixels. The default value is 1.

@property (nonatomic, assign) float thickness

Declared In

NChartAxisTick.h

  type

Type of ticks.

@property (nonatomic, assign) NChartAxisTickType type

See Also

Declared In

NChartAxisTick.h