Intersoft ClientUI Documentation
GetValueMargins Method (DataPointSeriesWithAxes)



The axis to retrieve the value margins for.
Returns the value margins for a given axis.
Syntax
Protected Overridable Function GetValueMargins( _
   ByVal consumer As IValueMarginConsumer _
) As IEnumerable(Of ValueMargin)
Dim instance As DataPointSeriesWithAxes
Dim consumer As IValueMarginConsumer
Dim value As IEnumerable(Of ValueMargin)
 
value = instance.GetValueMargins(consumer)
protected virtual IEnumerable<ValueMargin> GetValueMargins( 
   IValueMarginConsumer consumer
)
protected:
virtual IEnumerable<ValueMargin>^ GetValueMargins( 
   IValueMarginConsumer^ consumer
) 

Parameters

consumer
The axis to retrieve the value margins for.

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

DataPointSeriesWithAxes Class
DataPointSeriesWithAxes Members

Send Feedback