ComponentOne FlexChart for WinForms
Name Property (PlotArea)


C1.Win.Chart Namespace > PlotArea Class : Name Property
Gets or sets the name of the plot area.
Syntax
'Declaration
 
Public Property Name As String
'Usage
 
Dim instance As PlotArea
Dim value As String
 
instance.Name = value
 
value = instance.Name
public string Name {get; set;}
See Also

Reference

PlotArea Class
PlotArea Members