Intersoft ClientUI Documentation
NotifyValueMarginsChanged Method



Specified axis.
Sequence of value margins that have changed.
Notifies the specified axis of changes to value margins plotting against it.
Syntax
Protected Sub NotifyValueMarginsChanged( _
   ByVal axis As IAxis, _
   ByVal valueMargins As IEnumerable(Of ValueMargin) _
) 
Dim instance As DefinitionSeries
Dim axis As IAxis
Dim valueMargins As IEnumerable(Of ValueMargin)
 
instance.NotifyValueMarginsChanged(axis, valueMargins)
protected void NotifyValueMarginsChanged( 
   IAxis axis,
   IEnumerable<ValueMargin> valueMargins
)
protected:
void NotifyValueMarginsChanged( 
   IAxis^ axis,
   IEnumerable<ValueMargin>^ valueMargins
) 

Parameters

axis
Specified axis.
valueMargins
Sequence of value margins that have changed.
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

DefinitionSeries Class
DefinitionSeries Members

Send Feedback