Show / Hide Table of Contents

Interface IRequireSeriesHost

An object that implements this interface requires a series host.

Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.dll
Syntax
public interface IRequireSeriesHost

Properties

| Improve this Doc View Source

SeriesHost

Gets or sets the series host.

Declaration
ISeriesHost SeriesHost { get; set; }
Property Value
Type Description
ISeriesHost
  • Improve this Doc
  • View Source