| Contents > Enumerations | Index |
ScriptTarget Enumeration
Chart text elements which may be used as targets for JavaScript handlers or SVG attributes.
public enum ScriptTarget
Members
| None | No target |
| Frame | Entire chart region |
| Heading | Main chart title |
| Subhead | Secondary title |
| Footnote | Footer |
| PageLabels | Page labels (array) |
| XCaption | X-Axis Caption |
| YCaption | Y-Axis caption |
| XLabels | X-Axis Labels (array) |
| YLabels | y-Axis labels (array) |
| Key | Key placeholder and text (array) |
| Notes | Note frame |
| Values | Value tags (array) |
| XZones | X-axis zones (array) |
| YZones | Y-axis zones (array) |
| XYZones | XY rectangular zones (array) |
| Axes | X and Y Axes (together) |
| PlotRegion | Area bounded by chart axes |
Requirements
Namespace: Causeway
Assembly: SharpPlot (in sharpplot.dll)
