-
Notifications
You must be signed in to change notification settings - Fork 32
BoundaryLine
lucymukh edited this page Jan 30, 2020
·
3 revisions
An InteractiveDataDisplay plot that represents infinite a horizontal or vertical line with specified X or Y coordinate that is not presented in a legend. A boundary line name is displayed alongside.
In HTML, a boundary line plot is indicated by the attribute data-idd-plot="boundaryLine"
.
<script type="text/javascript">
$(document).ready(function () {
var chart = InteractiveDataDisplay.asPlot($("#chart"));
});
</script>
<div id="chart" data-idd-plot="chart" style="width: 800px; height: 600px;">
<div data-idd-plot="boundaryLine" data-idd-style="stroke: red; thickness: 2" id="x10">
x
10
</div>
</div>
Mandatory properties:
- either
x
ory
.
Optional properties:
-
thickness
defines thickness of the line in pixels; default thickness is 1 pixel. -
stroke
is a string color parsed as CSS color value; default value is'#4169ed'
.
Home
FAQ
UI Guidelines
Export to SVG
Plot
Figure
Chart
ChartViewer
Polyline
Markers
Area
Heatmap
DOM Plot
Labels
Bing Maps
Intro
General bindings
Area plot
Bars plot
Polyline
Heatmap
Markers
Label plot
Box and whisker plot
Petals and BullEye plot
Axis
Palette Editor
Update layout
Axes
Legend
Color Palette
Navigation
Bound Plots
Tooltips and Probes