Class IndicatorAttribute
- Namespace
- StockSharp.Xaml.Charting
- Assembly
- StockSharp.Xaml.Charting.dll
Attribute, applied to indicator's painter, to provide information about type of IIndicator.
[AttributeUsage(AttributeTargets.Class)]
public class IndicatorAttribute : Attribute
- Inheritance
-
IndicatorAttribute
- Inherited Members
- Extension Methods
Constructors
IndicatorAttribute(Type)
Initializes a new instance of the IndicatorAttribute.
public IndicatorAttribute(Type type)
Parameters
type
TypeIndicator type.
Properties
Type
Indicator type.
public Type Type { get; }