ITransformationStrategy
StockSharp.Xaml.Charting.StrategyManager
Defines interface for pixel transformation strategy
Properties
ViewportSize
public Size ViewportSize { get; }
value = iTransformationStrategy.ViewportSize
Current viewport size
Methods
ReverseTransform
public Point ReverseTransform(Point point)
result = iTransformationStrategy.ReverseTransform(point)
Perform reverse transform of point according to current strategy
- point
Transform
public Point Transform(Point point)
result = iTransformationStrategy.Transform(point)
Peform transform of point according to current strategy
- point