Creating Custom PointStyles

To define custom point style condition the user must set Selection property of PointStyle to PointStyleSelectionEnum.Custom and provide event handler for the Select event. The following code creates a custom point style:

      Visual Basic

      C#

A custom blue point style is created for Y values less than zero and a custom red point style is created for y values greater than zero.


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.