ChartNamedElementCollection<T>::Item Property (String^)
.NET Framework (current version)
Gets or sets the chart element with the specified name.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
public: property T default[ String^ name ] { T get(String^ name); void set(String^ name, T value); }
Parameters
- name
-
Type:
System::String^
The name of the chart element.
.NET Framework
Available since 4.0
Available since 4.0
Show: