DataPointCustomProperties.GetCustomProperty(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the data point custom property with the specified name.
public:
virtual System::String ^ GetCustomProperty(System::String ^ name);
public virtual string GetCustomProperty (string name);
abstract member GetCustomProperty : string -> string
override this.GetCustomProperty : string -> string
Public Overridable Function GetCustomProperty (name As String) As String
Parameters
- name
- String
The name of the property to return.
Returns
A string
value that represents the data point custom property with the specified name. If the requested property is not set, the default custom property of the data series will be returned.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.