Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RadCartesianChartGrid

Represents a grid in a cartesian chart. A cartesian grid draws vertical and horizontal lines aligned to each tick from the vertical or horizontal axis.

Hierarchy

  • void
    • RadCartesianChartGrid

Index

Properties

android

android: any

horizontalLinesVisible

horizontalLinesVisible: boolean

Gets or sets a boolean value determining whether horizontal grid lines are visible.

horizontalStripLineColor

horizontalStripLineColor: string

Gets or sets the color of the fill drawn between the horizontal lines. Multiple colors can be defined by separating them with commas (e.g. "red, green, #ff32a4bb").

horizontalStripLinesVisible

horizontalStripLinesVisible: boolean

Gets or sets a boolean value determining whether horizontal strip lines are visible.

horizontalStrokeColor

horizontalStrokeColor: string

Gets or sets the color used to draw the horizontal lines of the grid.

horizontalStrokeWidth

horizontalStrokeWidth: number

Gets or sets the thickness of the horizontal lines.

ios

ios: any

verticalLinesVisible

verticalLinesVisible: boolean

Gets or sets a boolean value determining whether vertical grid lines are visible.

verticalStripLineColor

verticalStripLineColor: string

Gets or sets the color of the fill drawn between the horizontal lines. Multiple colors can be defined by separating them with commas (e.g. "red, green, #ff32a4bb").

verticalStripLinesVisible

verticalStripLinesVisible: boolean

verticalStrokeColor

verticalStrokeColor: string

Gets or sets the color used to draw the vertical lines of the grid.

verticalStrokeWidth

verticalStrokeWidth: number

Gets or sets the thickness of the vertical lines.

Static horizontalLinesVisibleProperty

horizontalLinesVisibleProperty: Property

Identifies the horizontalLinesVisible dependency property.

Static horizontalStripLineColorProperty

horizontalStripLineColorProperty: Property

Identifies the horizontalStripLineColor dependency property.

Static horizontalStripLinesVisibleProperty

horizontalStripLinesVisibleProperty: Property

Identifies the horizontalStripLinesVisible dependency property.

Static horizontalStrokeColorProperty

horizontalStrokeColorProperty: Property

Identifies the horizontalStrokeColor dependency property.

Static horizontalStrokeWidthProperty

horizontalStrokeWidthProperty: Property

Identifies the horizontalStrokeWidth dependency property.

Static verticalLinesVisibleProperty

verticalLinesVisibleProperty: Property

Identifies the verticalLinesVisible dependency property.

Static verticalStripLineColorProperty

verticalStripLineColorProperty: Property

Identifies the verticalStripLineColor dependency property.

Static verticalStripLinesVisibleProperty

verticalStripLinesVisibleProperty: Property

Identifies the verticalStripLinesVisible dependency property.

Static verticalStrokeColorProperty

verticalStrokeColorProperty: Property

Identifies the verticalStrokeColor dependency property.

Static verticalStrokeWidthProperty

verticalStrokeWidthProperty: Property

Identifies the verticalStrokeWidth dependency property.

Generated using TypeDoc