ZoomExtentsMessage
StockSharp.Xaml.Charting
When published, causes the UltrachartSurface to zoom to extents and redraw
Inherits: LoggedMessageBase
Constructors
ZoomExtentsMessage
public ZoomExtentsMessage(object sender)
zoomExtentsMessage = ZoomExtentsMessage(sender)
Initializes a new instance of the MessageBase class.
- sender
- Message sender (usually "this")
ZoomExtentsMessage
public ZoomExtentsMessage(object sender, bool zoomYOnly)
zoomExtentsMessage = ZoomExtentsMessage(sender, zoomYOnly)
Initializes a new instance of the ZoomExtentsMessage class.
- sender
- The sender.
- zoomYOnly
- if set to true zooms in the Y-direction only.
Properties
ZoomYOnly
public bool ZoomYOnly { get; private set; }
value = zoomExtentsMessage.ZoomYOnly
zoomExtentsMessage.ZoomYOnly = value
If set to true zooms in the Y-direction only.