Type Alias NxAxisTicks

type NxAxisTicks = {
    qName?: string;
    qTags?: string[];
    qTicks?: NxTickCell[];
}
Index

Properties

Properties

qName?: string

Name of the derived definition.

qTags?: string[]

List of tags.

qTicks?: NxTickCell[]

List of ticks.