Platforms to show: All Mac Windows Linux Cross-Platform

CDLineMBS class

Super class: CDDrawObjMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
class ChartDirector MBS ChartDirector Plugin 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The Line class represents straight lines.

Subclass of the CDDrawObjMBS class.
This is a subclass of an abstract class. You can't create an instance, but you can get one from various plugin functions.

  • 4 methods
    • method setColor(c as color)
    • method setColor(c as Integer)
    • method setPos(x1 as Integer, y1 as Integer, x2 as Integer, y2 as Integer)
    • method setWidth(w as Integer)

Super class CDDrawObjMBS

This class has no sub classes.

Some methods using this class:

  • CDBaseChartMBS.addLine(x1 as Integer, y1 as Integer, x2 as Integer, y2 as Integer, colorvalue as color, lineWidth as Integer = 1) as CDLineMBS
  • CDBaseChartMBS.addLine(x1 as Integer, y1 as Integer, x2 as Integer, y2 as Integer, colorvalue as Integer = &hffff0001, lineWidth as Integer = 1) as CDLineMBS

The items on this page are in the following plugins: MBS ChartDirector Plugin.


CDLineLayerMBS   -   CDLineObjMBS


The biggest plugin in space...