DataPointCustomProperties.IsValueShownAsLabel Property

.NET Framework (current version)
 

Gets or sets a flag that indicates whether to show the value of the data point on the label.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[<BindableAttribute(true)>]
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member IsValueShownAsLabel : bool with get, set

Property Value

Type: System.Boolean

true to show the value of the data point on the label; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: