Interface IParentIndicator
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public interface IParentIndicator
Properties
ChildIndicator
Gets the child indicator.
Declaration
IndicatorBase ChildIndicator { get; }
Property Value
IndicatorBase
The child indicator. |