API Reference
Class
VisualCanvasFeatureStripLayer
Feature-strip layer.
Inheritance
- Object
- VisualCanvasFeatureStripLayer
Constructors
VisualCanvasFeatureStripLayer(System.Double x, System.Double y, System.Double width, System.Double height, System.Collections.Generic.IEnumerable{ChartForgeX.Composition.VisualCanvasFeatureItem} items) #Initializes a feature strip layer.
Parameters
- x System.Double
- The strip X coordinate.
- y System.Double
- The strip Y coordinate.
- width System.Double
- The strip width.
- height System.Double
- The strip height.
- items System.Collections.Generic.IEnumerable{ChartForgeX.Composition.VisualCanvasFeatureItem}
- The strip items.