AutoSimplify Property (FastOhlcRenderableSeries)
Gets or sets a value indicating whether automatic visual simplification of Open and Close ticks is enabled.
Syntax
public bool AutoSimplify {get; set;}
Remarks
When false, both Open and Close ticks are always rendered, and SimplifyOpenThresholdPx and SimplifyCloseThresholdPx are ignored.

When true, the rendering of Open and Close ticks depends on their respective pixel threshold values. Each tick will only be drawn if the available horizontal space per bar meets its configured threshold.

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