dotnetCHARTING Send comments on this topic.
CombinedElementsCalculation Property
See Also 
dotnetCHARTING Namespace > Axis Class : 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

Visual Basic (Declaration) 
Public Property CombinedElementsCalculation As Calculation
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As Calculation
 
instance.CombinedElementsCalculation = value
 
value = instance.CombinedElementsCalculation
C# 
public Calculation CombinedElementsCalculation {get; set;}

See Also

© 2010 All Rights Reserved.