Spread Silverlight Documentation
DataLabelSettings Property (SpreadChart)


GrapeCity.Windows.SpreadSheet.Data Namespace > SpreadChart Class : DataLabelSettings Property
Gets or sets the settings of data labels.
Syntax
'Declaration
 
Public Property DataLabelSettings As DataLabelSettings
'Usage
 
Dim instance As SpreadChart
Dim value As DataLabelSettings
 
instance.DataLabelSettings = value
 
value = instance.DataLabelSettings
public DataLabelSettings DataLabelSettings {get; set;}

Property Value

The settings of data labels.
See Also

Reference

SpreadChart Class
SpreadChart Members