Hello
im using version 200.0 in my project
i want to create a polylines and polygons with gradient color
When i looked at it i couldn't find and property/method or object that can create gradient graphic
the way i solved is (for polyline) i created multipart polyline where each part is a color, for each part, i change color is very "close" to the next color, its seems a bit junky based on This stack overflow question
but it seems a bit crude
and what about polygons ,create many lines seems a lot of overhead and will burden the system
and what if i want to change the angle of the gradient
is there anyway i can do it?