Click or drag to resize

SnapMode Enumeration

Determines the behavior of a DrawingBase object

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public enum SnapMode
Members
Member nameValueDescription
None0 None
Bar1 Attach a DrawingBase object to the bars
Price2 Attach a DrawingBase object to the price
BarNPrice3 Attach a DrawingBase object to bars and price
See Also