Gets or sets if the summary chart will be displayed in the TwxChartComponent when in 'Freeze' mode.

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

Syntax

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

See Also