MindFusion.Charting Programmer's Guide

LineChart.Y2ScatterLabelsFields Property

See Also
 





Gets or sets the names of fields in the data source used to populate the Y2ScatterLabels list.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public string Y2ScatterLabelsFields { get; }

Visual Basic  Copy Code

Public ReadOnly Property Y2ScatterLabelsFields As String

 Property Value

 See Also