Class PropertyLegendItem
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Manual legend item definition (color, formula, text) for chart legends.
public class PropertyLegendItem : DomItem
- Inheritance
-
PropertyLegendItem
- Inherited Members
Constructors
PropertyLegendItem(CollectionManualLegend)
Creates and appends a legend item.
public PropertyLegendItem(CollectionManualLegend collectionManualLegend)
Parameters
collectionManualLegendCollectionManualLegend
PropertyLegendItem(CollectionManualLegend, int)
Creates and inserts a legend item at the given index.
public PropertyLegendItem(CollectionManualLegend collectionManualLegend, int index)
Parameters
collectionManualLegendCollectionManualLegendindexint
Properties
Color
Gets or sets the legend color expression.
public string Color { get; set; }
Property Value
Formula
Gets or sets the formula defining dynamic legend content.
public string Formula { get; set; }
Property Value
Text
Gets or sets the legend text.
public string Text { get; set; }
Property Value
Methods
Initialize(CollectionManualLegend, int)
protected void Initialize(CollectionManualLegend collectionManualLegend, int index)
Parameters
collectionManualLegendCollectionManualLegendindexint