Gets or sets a value, indicatating whether this legend will display individual series element labels instead of the series titles.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public bool ShowSeriesElements { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowSeriesElements As Boolean |
See Also