Click or drag to resize

PropertyHorizontalGridMode Enumeration

Determines how horizontal grid lines are drawn.

Namespace: AxiomCore2.ControlProperties
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
Syntax
C#
public enum PropertyHorizontalGridMode
Members
Member nameValueDescription
None0 No horizontal grid lines are drawn.
Scale1 Draws a horizontal grid line for each tick in each trend scale.
Pixels2 Draws horizontal grid lines spaced by fixed pixel size.
See Also