www.Chart4.NET | Samples
Regular expression pattern of text to exclude from the node-text (eg: [[\w*]\w*] to exclude all characters within []).
Namespace:
UnifoChart.Hierarchy
Assembly:
UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public string Text_Pattern2Exclude { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Text_Pattern2Exclude As String |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchySettings
Dim value As String
value = instance.Text_Pattern2Exclude
instance.Text_Pattern2Exclude = value |
| Visual C++ |
|---|
public:
property String^ Text_Pattern2Exclude {
String^ get ();
void set (String^ value);
} |
| J# |
|---|
/** @property */
public String get_Text_Pattern2Exclude()
/** @property */
public void set_Text_Pattern2Exclude(String value)
|
| JScript |
|---|
public function get Text_Pattern2Exclude () : String
public function set Text_Pattern2Exclude (value : String) |
| JavaScript |
|---|
function get_Text_Pattern2Exclude();
function set_Text_Pattern2Exclude(value); |
Field Value
System.String
See Also