C1.WPF.C1Chart3D Namespace / C1Chart3DLegend Class / FormatString Property


In This Topic
FormatString Property (C1Chart3DLegend)
In This Topic
Gets or sets the format string for the labels in the legend.
Syntax
'Declaration
 
Public Property FormatString As String
 
'Usage
 
Dim instance As C1Chart3DLegend
Dim value As String
 
instance.FormatString = value
 
value = instance.FormatString
See Also