Interface IChartPart<T>
- Namespace
 - StockSharp.Charting
 
- Assembly
 - StockSharp.Charting.Interfaces.dll
 
The interfaces that describes the part of the chart.
public interface IChartPart<T> : INotifyPropertyChanging, INotifyPropertyChanged, IPersistable where T : IChartPart<T>
  Type Parameters
TThe chart element type.
- Inherited Members
 
- Extension Methods
 
Properties
Id
Unique ID.
Guid Id { get; }