Charting for WinForms Programmer's Guide
BaseGauge(T).CacheVisuals Property
See Also
 






Gets or sets a value indicating whether the gauge will cache all background and foreground elements to improve performance.

Namespace: MindFusion.Gauges.WinForms
Assembly: MindFusion.Gauges.WinForms

 Syntax

C#  Copy Code

public bool CacheVisuals { get; set; }

Visual Basic  Copy Code

Public Property CacheVisuals As Boolean

 Property Value

A boolean value. The default is true.

 See Also

BaseGauge(T) Members
BaseGauge(T) Class
MindFusion.Gauges.WinForms Namespace