Skip to main content

PointBasedSegmentColorizer Members

The colorizer that uses the point marker colors to paint line/area segments.

Constructors

Name Description
PointBasedSegmentColorizer() Initializes a new instance of the PointBasedSegmentColorizer class with the default settings.

Fields

Name Description
DirectionProperty static Identifies the PointBasedSegmentColorizer.Direction dependency property.

Properties

Name Description
Direction Gets or sets the direction that is used to distribute the point marker color.
TypeNameSerializable Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject.

Events

Name Description
PropertyChanged Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject.
See Also