Table of Contents

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

collectionManualLegend CollectionManualLegend

PropertyLegendItem(CollectionManualLegend, int)

Creates and inserts a legend item at the given index.

public PropertyLegendItem(CollectionManualLegend collectionManualLegend, int index)

Parameters

collectionManualLegend CollectionManualLegend
index int

Properties

Color

Gets or sets the legend color expression.

public string Color { get; set; }

Property Value

string

Formula

Gets or sets the formula defining dynamic legend content.

public string Formula { get; set; }

Property Value

string

Text

Gets or sets the legend text.

public string Text { get; set; }

Property Value

string

Methods

Initialize(CollectionManualLegend, int)

protected void Initialize(CollectionManualLegend collectionManualLegend, int index)

Parameters

collectionManualLegend CollectionManualLegend
index int