IndicatorAttribute

StockSharp.Xaml.Charting

Attribute, applied to indicator's painter, to provide information about type of IIndicator.

Inherits: Attribute

Constructors

IndicatorAttribute
public IndicatorAttribute(Type type)
indicatorAttribute = IndicatorAttribute(type)

Initializes a new instance of the IndicatorAttribute.

type
Indicator type.

Properties

Type
public Type Type { get; }
value = indicatorAttribute.Type

Indicator type.