MindFusion.Charting Programmer's Guide

Bar.Value Property

See Also
 





Gets the value this bar represents.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double Value { get; }

Visual Basic  Copy Code

Public ReadOnly Property Value As Double

 Property Value

A double number that represents the value of the bar. 

 Remarks

The property gets the value of the bar as set with the Data property. No number formatting is applied.

 See Also