dotnetCHARTING Send comments on this topic.
MatchColors Property
See Also 
dotnetCHARTING Namespace > StatisticalEngine.Options Class : MatchColors Property


Gets or sets a value that indicates whether calculated elements will use the same colors that are assigned to original series. Both, the original and derived data objects must be placed on the same chart to enable this feature.

Syntax

Visual Basic (Declaration)  
Public Shared Property MatchColors As Boolean
Visual Basic (Usage) Copy Code
Dim value As Boolean
 
StatisticalEngine.Options.MatchColors = value
 
value = StatisticalEngine.Options.MatchColors
C#  
public static bool MatchColors {get; set;}

See Also