www.Chart4.NET (Documentation) | Samples Download | Release Notes
Whether the menu should be made visible on a user action. Default is false.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public bool AvailableOnChart { get; set; }
public bool AvailableOnChart { get; set; }
Public Property AvailableOnChart As Boolean
Get
Set
Public Property AvailableOnChart As Boolean
Get
Set
public:
property bool AvailableOnChart {
bool get ();
void set (bool value);
}
public:
property bool AvailableOnChart {
bool get ();
void set (bool value);
}
member AvailableOnChart : bool with get, set
member AvailableOnChart : bool with get, set
/** @property */
public boolean get_AvailableOnChart()
/** @property */
public void set_AvailableOnChart(boolean value)
/** @property */
public boolean get_AvailableOnChart()
/** @property */
public void set_AvailableOnChart(boolean value)
Field Value
System.Boolean