Lean  $LEAN_TAG$
QuantConnect.Securities.Positions.PortfolioMarginChart Class Reference

Helper method to sample portfolio margin chart More...

Static Public Member Functions

static void AddSample (Chart portfolioChart, PortfolioState portfolioState, IMapFileProvider mapFileProvider, DateTime currentTime)
 Helper method to add the portfolio margin series into the given chart More...
 
static void RemoveSinglePointSeries (Chart portfolioChart)
 Helper method to set the tooltip values after we've sampled and filter series with a single value More...
 

Detailed Description

Helper method to sample portfolio margin chart

Definition at line 29 of file PortfolioMarginChart.cs.

Member Function Documentation

◆ AddSample()

static void QuantConnect.Securities.Positions.PortfolioMarginChart.AddSample ( Chart  portfolioChart,
PortfolioState  portfolioState,
IMapFileProvider  mapFileProvider,
DateTime  currentTime 
)
static

Helper method to add the portfolio margin series into the given chart

Definition at line 38 of file PortfolioMarginChart.cs.

Here is the caller graph for this function:

◆ RemoveSinglePointSeries()

static void QuantConnect.Securities.Positions.PortfolioMarginChart.RemoveSinglePointSeries ( Chart  portfolioChart)
static

Helper method to set the tooltip values after we've sampled and filter series with a single value

Definition at line 148 of file PortfolioMarginChart.cs.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: