Xceed Chart for WinForms v4.4 Documentation
CumulativeValueFormat Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Series Class : CumulativeValueFormat Property
Gives you access to the ValueFormatting object controlling the formatting of the cumulative values.
Syntax
'Declaration
 
<CategoryAttribute("Formatting")>
<DescriptionAttribute("Controls the cumulative value format")>
Public Property CumulativeValueFormat As ValueFormatting
'Usage
 
Dim instance As Series
Dim value As ValueFormatting
 
instance.CumulativeValueFormat = value
 
value = instance.CumulativeValueFormat
[Category("Formatting")]
[Description("Controls the cumulative value format")]
public ValueFormatting CumulativeValueFormat {get; set;}
Remarks
The cumulative value formatting command is represented in the formatting strings as <cumulative>. It represents the cumulative sum accumulated up to the current data point.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Series Class
Series Members
ValueFormatting Class