DimensionEqualityLabelFormatting
Description:
Constructs a new instance of a DimensionEqualityLabelFormatting object with specified settings.
Constructs a new instance of a DimensionEqualityLabelFormatting object with specified settings.
public DimensionEqualityLabelFormatting(
int leadingSpaces,
string prefix,
LabelType labelType,
string suffix,
FormatOptions formatOptions
)
-
Int32leadingSpacesThe number of spaces to include before the parameter value.
-
StringprefixThe prefix to include before the parameter value.
-
labelTypeThe parameter value to be shown.
-
StringsuffixThe suffix to include after the parameter value.
-
formatOptionsThe format options to use for the parameter value.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration