Skip to main content

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