Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Grid

Index

Properties

borderWidth

borderWidth: number = 1

Grid border width

type

{number}

lineWidth

lineWidth: number = 1

Grid line width

margin

margin: Margin = new Margin(30, 10, 10, 10)

Margin in pixels (space reserved out of the grid, and between grids)

minHeight

minHeight: number = 30

Minimum grid height under which is not possible to do further resizing

type

{number}

padding

padding: Padding = new Padding(0, 10, 0, 10)

Padding on grid (space inside grid before start)

type

{VobcoCharts.Settings.Padding}

xFullLineMinimumDistance

xFullLineMinimumDistance: number = 95

Minimum distance between 2 full length vertical lines on grid marking date

xSmallLineMinimumDistance

xSmallLineMinimumDistance: number = 25

Minimum distance between 2 small vertical lines on grid marking date

yLineMinimumDistance

yLineMinimumDistance: number = 40

Minimum distance between 2 horizontal lines on grid marking rounded number data

ySmallLineHeight

ySmallLineHeight: number = 8

Height of small verticall line on grid marking date

Generated using TypeDoc