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
T
The chart element type.
- Inherited Members
- Extension Methods
Properties
Id
Unique ID.
Guid Id { get; }