Gets or sets whether to preserve string values for data samples and try to plot them as text elements rather than converting them to Y coordinates. False by default.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool PreserveStringValues { get; set; }
Visual Basic
Public Property PreserveStringValues As Boolean
	Get
	Set
JScript
function get PreserveStringValues () : boolean
function set PreserveStringValues (value : boolean)

See Also