Click or drag to resize

LegendBox3DBase Properties

LightningChart .NET Help

The LegendBox3DBase type exposes the following members.

Properties
  NameDescription
Public propertyAllowDragging
Gets or sets if allow dragging by user. This is a dependency property.
(Inherited from DraggableObject.)
Public propertyAllowResize
Gets or sets whether the legend box can be resized by user interactive device. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyAllowUserInteraction
Gets or sets if user interaction is allowed. This is a dependency property.
(Inherited from UserInteractiveObject.)
Public propertyAutoSize
Gets or sets whether the legend box resizes itself. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyBorderColor
Gets or sets border color. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyBorderWidth
Gets or sets border width. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyCheckBoxColor
Gets or sets checkbox color. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyCheckBoxSize
Gets of sets checkbox size in DPI
(Inherited from LegendBoxBase.)
Public propertyCheckMarkColor
Gets or sets checkbox mark color. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyFill
Gets or sets fill. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyHeight
Gets or sets the height of the legend box. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyHighlight
Gets or sets highlight style. Item can be highlighted by user interactive device or by code. This is a dependency property.
(Inherited from HighlightingItemBase.)
Public propertyHighlightSeriesOnTitle
Gets or sets highlight series, if user interactive device is over it or title on legendbox. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyHighlightSeriesTitleColor
Gets or sets highlighted series title color on legend box. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyLayout
Gets or sets layout. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyMoveFromSeriesTitle
Gets or sets if allow legendbox moving from series title, which prevents sending messages from the series title clicks. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyOffset
Gets or sets offset from location calculated by Position property. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyPosition
Gets or sets position. This is a dependency property.
Public propertyScrollBarVisibility
Scroll bar visibility setting. This is a Dependency property.
(Inherited from LegendBoxBase.)
Public propertySeriesTitleColor
Gets or sets series title color. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertySeriesTitleFont
Gets or sets series title font. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyShadow
Gets or sets shadow beneath the legend box. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyShowCheckboxes
Gets or sets if show checkboxes for selecting visibility of series. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyShowIcons
Gets or sets if show icons. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyUnitsColor
Gets or sets units text color. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyUnitsFont
Gets or sets units text font. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyUseSeriesTitlesColors
Gets or sets if use series title color. If false, uses Items color. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyValueLabelColor
Gets or sets series value color. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyValueLabelFont
Gets or sets series value text font. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyWidth
Gets or sets the width of the legend box. This is a dependency property.
(Inherited from LegendBoxBase.)
Public propertyVisible
Gets or sets if legend box is visible. This is a dependency property.
(Inherited from LegendBoxBase.)
Top
See Also