ExpertComponents WebChart
LegendLabels Property
Namespaces > ExpertChart > Labels > LegendLabels
Labels for the legend (and Z axis for 3D charts). Use this to override the default labels. If the number of labels is smaller than the number needed, labels will be reused.
Syntax
C#Visual BasicManaged C++
public List<LabelItem> LegendLabels { get; }
Public ReadOnly Property LegendLabels As List(Of LabelItem)
public:
List<LabelItem^>^ LegendLabels {
	List<LabelItem^>^ get ();
}

Assembly: ExpertComponents.WebChart Version: 2.1.0.18844 (Module: ExpertComponents.WebChart)