Intersoft ClientUI Documentation
GetValueMargins Method (AreaSeries)



The value margin consumer.
Remove value margins from the side of the data points to ensure that area chart is flush against the edge of the chart.
Syntax
Protected Overrides Function GetValueMargins( _
   ByVal consumer As IValueMarginConsumer _
) As IEnumerable(Of ValueMargin)
Dim instance As AreaSeries
Dim consumer As IValueMarginConsumer
Dim value As IEnumerable(Of ValueMargin)
 
value = instance.GetValueMargins(consumer)
protected override IEnumerable<ValueMargin> GetValueMargins( 
   IValueMarginConsumer consumer
)
protected:
IEnumerable<ValueMargin>^ GetValueMargins( 
   IValueMarginConsumer^ consumer
) override 

Parameters

consumer
The value margin consumer.

Return Value

A sequence of value margins.
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

AreaSeries Class
AreaSeries Members

Send Feedback