Gets or sets the Chart this ChartSeries is part of.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Chart Chart { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Chart As Chart |
See Also