Gets or sets whether the SessionBufferSize is automatically calculated.

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

Syntax

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

Remarks

When this property is true (the default) then the pen buffer size is automatically calculated accorting to the TwxChartComponent trending and timing settings.
If not, then the SessionBufferSize will be used.

See Also