Platforms to show: All Mac Windows Linux Cross-Platform

CDVectorLayerMBS class

Super class: CDLayerMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
class ChartDirector MBS ChartDirector Plugin 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The VectorLayer class represents vector layers.

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

Super class CDLayerMBS

This class has no sub classes.

Some methods using this class:

  • CDXYChartMBS.addVectorLayer(dates() as date, yData() as Double, directions() as Double, lengths() as Double, lengthScale as Integer = 0, colorvalue as Integer = -1, name as string = "") as CDVectorLayerMBS
  • CDXYChartMBS.addVectorLayer(dates() as date, yData() as Double, directions() as Double, lengths() as Double, lengthScale as Integer, colorvalue as color, name as string = "") as CDVectorLayerMBS
  • CDXYChartMBS.addVectorLayer(dates() as DateTime, yData() as double, directions() as double, lengths() as double, lengthScale as integer = 0, colorvalue as integer = -1, name as string = "") as CDVectorLayerMBS
  • CDXYChartMBS.addVectorLayer(dates() as DateTime, yData() as double, directions() as double, lengths() as double, lengthScale as integer, colorvalue as color, name as string = "") as CDVectorLayerMBS
  • CDXYChartMBS.addVectorLayer(xData() as Double, yData() as Double, directions() as Double, lengths() as Double, lengthScale as Integer = 0, colorvalue as Integer = -1, name as string = "") as CDVectorLayerMBS
  • CDXYChartMBS.addVectorLayer(xData() as Double, yData() as Double, directions() as Double, lengths() as Double, lengthScale as Integer, colorvalue as color, name as string = "") as CDVectorLayerMBS

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


CDTTFTextMBS   -   CDViewPortControlBaseMBS


The biggest plugin in space...