Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

ColoredStackedPointInfo Constructors

Stores information about a stacked area or stacked bar series point for which a custom point colorizer specifies a color.
Name Parameters Description
ColoredStackedPointInfo(Int32[], Double, DateTime, String, Double, Double, Double) pointIndexes, numericArgument, dateTimeArgument, qualitativeArgument, value, stackedValue, valuesInPercent Initializes a new instance of the ColoredStackedPointInfo class with specified settings.
See Also