SimplifyCloseThresholdPx Property (FastOhlcRenderableSeries)
Gets or sets the minimum horizontal space, in pixels per bar, required to render the Close 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 Close tick to be drawn.
- If the value is less than 0 or System.Double.NaN, the Close tick is never rendered.
- If the value is 0, the Close tick is always rendered (subject to AutoSimplify being enabled).
- If the available horizontal space per bar is less than this value, the Close 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