Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RadLegendView

This class represents the Chart legend. You can use this class to show a legend in your chart, as well as customize its behavior.

Hierarchy

  • void
    • RadLegendView

Index

Properties

enableSelection

enableSelection: boolean

Determines if selecting a legend item will automatically select the corresponding data-point or series in the Chart depending on the current selection settings. true if automatic selection should occur, otherwise false. The default value of this property is false.

horizontalOffset

horizontalOffset: number

The horizontal offset from starting point specified by offsetOrigin property.

offsetOrigin

offsetOrigin: string

The starting point for the horizontal and vertical offset properties. Use values exported from ChartLegendOffsetOrigin.

position

position: string

The position of the legend. Use values exported from ChartLegendPosition.

title

title: string

The title of the legend.

titleColor

titleColor: number

Gets or sets the title color of the legend title.

titleSize

titleSize: number

Gets or sets the font size for the legend title. The value must be in device independent pixels.

verticalOffset

verticalOffset: number

The vertical offset from starting point specified by offsetOrigin property.

Static enableSelectionProperty

enableSelectionProperty: Property

Identifies the enableSelection dependency property.

Static horizontalOffsetProperty

horizontalOffsetProperty: Property

Identifies the horizontalOffset dependency property.

Static offsetOriginProperty

offsetOriginProperty: Property

Identifies the offsetOrigin dependency property.

Static positionProperty

positionProperty: Property

Identifies the position dependency property.

Static titleColorProperty

titleColorProperty: Property

Identifies the legend title color dependency property.

Static titleProperty

titleProperty: Property

Identifies the legend title dependency property.

Static titleSizeProperty

titleSizeProperty: Property

Identifies the legend title font size dependency property.

Static verticalOffsetProperty

verticalOffsetProperty: Property

Identifies the verticalOffset dependency property.

Generated using TypeDoc