.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : CombinedElementsCalculation Property
CombinedElementsCalculation Property
Gets or sets the Calculation used when multiple elements on a quantitative x axis are located at the same x position. If the elements are columns they will be combined into a single element using this calculation, otherwise, the original elements are plotted.
Syntax
'Declaration
 
Public Property CombinedElementsCalculation As Calculation
'Usage
 
Dim instance As Axis
Dim value As Calculation
 
instance.CombinedElementsCalculation = value
 
value = instance.CombinedElementsCalculation
public Calculation CombinedElementsCalculation {get; set;}
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