AxesCompositionNotCombinableException

AxesCompositionNotCombinableException class

Exception which thrown when axes composition of the series is not combinable with present axes composition in chart.

public class AxesCompositionNotCombinableException : InvalidOperationException

Constructors

NameDescription
AxesCompositionNotCombinableException()Default constructor.
AxesCompositionNotCombinableException(string)Constructor allowing a message to be added to this exception.
AxesCompositionNotCombinableException(string, Exception)Constructor for an exception containing a message and an embedded exception.

See Also