Gets or sets the type of label to show for series elements. This property is used only when ShowSeriesElements is set to true.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public LabelKinds ElementLabelKind { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ElementLabelKind As LabelKinds |
See Also