Package-level declarations

Types

Link copied to clipboard
object Animation

Defaults for animations.

Link copied to clipboard

Default alpha values.

Link copied to clipboard
interface DefaultColors

The default chart colors.

Link copied to clipboard

The default chart dimensions.

Properties

Link copied to clipboard
const val DEF_LABEL_COUNT: Int = 100

The default maximum label count for vertical axes.

Link copied to clipboard
const val DEF_LABEL_LINE_COUNT: Int = 1

The default line count for TextComponent.

Link copied to clipboard
const val DEF_LABEL_SPACING: Float = 16.0f

The default label spacing for vertical axes (in dp).

Link copied to clipboard
const val DEF_MARKER_TICK_SIZE: Float = 6.0f

The default tick size for markers (in dp).

Link copied to clipboard
const val DEF_MAX_ZOOM: Float = 10.0f

The default maximum zoom factor.

Link copied to clipboard
const val DEF_MIN_ZOOM: Float = 0.1f

The default minimum zoom factor.

Link copied to clipboard

The default color for shadows.

Link copied to clipboard
const val DEF_THREAD_POOL_SIZE: Int = 4

The default size of the thread pools used for difference animations.

Link copied to clipboard

The default scroll distance over which fading edges fade in and out (in dp).

Link copied to clipboard
const val FADING_EDGE_WIDTH_DP: Float = 32.0f

The default width of fading edges.