Search
DataBoundSeries.YDataField Property
See Also
 






Gets or sets the name of Y data field in the data source.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string YDataField { get; set; }

Visual Basic  Copy Code

Public Property YDataField As String

 Property Value

A string value.

 See Also