Constructor FacetLabel
FacetLabel(String[])
Construct from the given path components.
Declaration
public FacetLabel(params string[] components)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | components |
FacetLabel(String, String[])
Construct from the dimension plus the given path components.
Declaration
public FacetLabel(string dim, string[] path)
Parameters
Type | Name | Description |
---|---|---|
System.String | dim | |
System.String[] | path |