SimplifyOpenThresholdPx Property (FastOhlcRenderableSeries)
Gets or sets the minimum horizontal space, in pixels per bar, required to render the Open tick when AutoSimplify is enabled. The default value is
1 px.Syntax
Remarks
This value represents the minimum number of pixels available per bar in the current viewport for the Open tick to be drawn.
- If the value is less than 0 or System.Double.NaN, the Open tick is never rendered.
- If the value is 0, the Open tick is always rendered (subject to AutoSimplify being enabled).
- If the available horizontal space per bar is less than this value, the Open tick is skipped to reduce visual clutter.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also