ExtendedLabelCollectionStyleGroupNameFormat Property |
Specifies the series names format shown in Legend when data grouping being used and names are digits.
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string GroupNameFormat { get; set; }
Public Property GroupNameFormat As String
Get
Set
public:
property String^ GroupNameFormat {
String^ get ();
void set (String^ value);
}
member GroupNameFormat : string with get, set
Property Value
Type:
String
RemarksSupported format strings as "#VALUE" / "#NAME"
See Also