Click or drag to resize

BarsItem Property

Gets the PriceType value of the specified index

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public double this[
	PriceType priceType,
	int idx
] { get; }

Parameters

priceType  PriceType
PriceType
idx  Int32
Index

Return Value

Double

Implements

IBarsItemPriceType, Int32
See Also