Gets or sets a user defined hard limit for the pen buffer size.
Namespace: Ico.TwxAssembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public int MaxAutomaticSessionBufferSize { get; set; } |
Visual Basic |
---|
Public Property MaxAutomaticSessionBufferSize As Integer Get Set |
JScript |
---|
function get MaxAutomaticSessionBufferSize () : int function set MaxAutomaticSessionBufferSize (value : int) |
Remarks
This property applies when IsSessionBufferSizeAutomatic is true and provides a manual mechanism
for the user to ensure the TwxChartComponent pen buffers won't consume too many system resources.
Specifying a non positive value for this property won't have any effect.
Specifying a non positive value for this property won't have any effect.