Click or drag to resize

LegendBoxBase Properties

LightningChart .NET Help

The LegendBoxBase type exposes the following members.

Properties
  NameDescription
Public propertyAllowDragging
Gets or sets whether dragging by user is allowed.
(Inherited from DraggableObject.)
Public propertyAllowResize
Allow resize by user interactive device.
Public propertyAllowUserInteraction
Gets or sets whether allow user interaction.
(Inherited from UserInteractiveObject.)
Public propertyAutoSize
Automatic sizing based on contents.
Public propertyBorderColor
Border color.
Public propertyBorderWidth
Border width.
Public propertyCheckBoxColor
Checkbox color.
Public propertyCheckBoxSize
LegendBox checkbox size in DPI.
Public propertyCheckMarkColor
Checkbox mark color.
Public propertyFill
Fill.
Public propertyHeight
Height. Applies when AutoSize is not used.
Public propertyHighlight
Gets or sets highlight style. Item can be highlighted by user interactive device or by code.
(Inherited from HighlightingItemBase.)
Public propertyHighlightSeriesOnTitle
Highlight series, if user interactive device is over it or title on legend box.
Public propertyHighlightSeriesTitleColor
Highlighted series title color on legend box.
Public propertyLayout
LegendBox layout.
Public propertyMoveFromSeriesTitle
Allow LegendBox moving from series title, which prevents sending messages from the series title clicks.
Public propertyOffset
Offset from location calculated by Position property.
Public propertyScrollBarVisibility
LegendBox scroll bar visibility setting.
Public propertySeriesTitleColor
Series title color.
Public propertySeriesTitleFont
Series title font.
Public propertyShadow
Shadow beneath the LegendBox.
Public propertyShowCheckboxes
Show checkboxes for selecting visibility of series.
Public propertyShowIcons
Show icons.
Public propertyUnitsColor
Units text color.
Public propertyUnitsFont
Units text font.
Public propertyUseSeriesTitlesColors
Use series title color. If false, uses Items color.
Public propertyValueLabelColor
Series value label color.
Public propertyValueLabelFont
Series value text font.
Public propertyWidth
Width. Applies when AutoSize is not used.
Public propertyVisible
Is LegendBox visible.
Top
See Also