Represents a legend element that corresponds to the series value.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public class LegendValuesItem : LegendItem
Visual Basic (Declaration)
Public Class LegendValuesItem _
	Inherits LegendItem
Visual C++
public ref class LegendValuesItem : public LegendItem

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Charts..::.LegendItem
    PerpetuumSoft.Charts..::.LegendValuesItem

See Also