www.Chart4.NET | Samples

Whether to show preview of the chart (and preview button) on right-bottom corner of the chart. See also hpPreviewSize. Default is true.

Namespace:  UnifoChart.Hierarchy
Assembly:  UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)

Syntax

C#
public bool hpPreviewVisible { get; set; }
Visual Basic (Declaration)
Public Property hpPreviewVisible As Boolean
Visual Basic (Usage)
Dim instance As HierarchyWin
Dim value As Boolean

value = instance.hpPreviewVisible

instance.hpPreviewVisible = value
Visual C++
public:
property bool hpPreviewVisible {
	bool get ();
	void set (bool value);
}
J#
/** @property */
public boolean get_hpPreviewVisible()
/** @property */
public  void set_hpPreviewVisible(boolean value)
JScript
public function get hpPreviewVisible () : boolean
public function set hpPreviewVisible (value : boolean)
JavaScript
function get_hpPreviewVisible();
function set_hpPreviewVisible(value);

Field Value

System.Boolean

Remarks

The preview button will be shown on right-bottom corner of the chart, which user can click to see a preview of the chart while zooming the chart.

See Also