www.Chart4.NET (Documentation) | Samples Download | Release Notes
Regular expression pattern of text to exclude from the node-text (eg: [[\w*]\w*] to exclude all characters within []).
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public string Text_Pattern2Exclude { get; set; }
public string Text_Pattern2Exclude { get; set; }
Public Property Text_Pattern2Exclude As String
Get
Set
Public Property Text_Pattern2Exclude As String
Get
Set
public:
property String^ Text_Pattern2Exclude {
String^ get ();
void set (String^ value);
}
public:
property String^ Text_Pattern2Exclude {
String^ get ();
void set (String^ value);
}
member Text_Pattern2Exclude : string with get, set
member Text_Pattern2Exclude : string with get, set
/** @property */
public String get_Text_Pattern2Exclude()
/** @property */
public void set_Text_Pattern2Exclude(String value)
/** @property */
public String get_Text_Pattern2Exclude()
/** @property */
public void set_Text_Pattern2Exclude(String value)
Field Value
System.String