Spread Windows Forms 6.0 Product Documentation
Origin Property
See Also  Support Options
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > ClusteredBarSeries Class : Origin Property


Glossary Item Box

Gets or sets the bar origin.

Syntax

Visual Basic (Declaration) 
Public Property Origin As Double
Visual Basic (Usage)Copy Code
Dim instance As ClusteredBarSeries
Dim value As Double
 
instance.Origin = value
 
value = instance.Origin
C# 
public double Origin {get; set;}

Remarks

This property is only used when AutOrigin is false.

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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.