Skip to main content Skip to footer

Plot is a Series can be drawn on a chart.
User can set a lot of settings to manage a way of plot drawing.

- PlotStyle - determines the style of plot. It can take one of the following values:

  • Column - values are drawn as columns starting from zero point;
  • Line - values are drawn as line segments;
  • DigitalLine - values are drawn as digital line;
  • Mountain - values are drawn as mountain;
  • DigitalMountain - values are drawn as digital mountain;
  • Point - values are drawn as points
  • VerticalLine - values are drawn as vertical line

- PlotPointType - the type of point for PlotlyStyle.Point. It can take one of the following values:

  • ArrowUp - "Arrow Up" marker;
  • ArrowDown - "Arrow Down" marker;
  • Block - "Block" marker;
  • Cross - "Cross" marker;
  • Dot - "Dot" marker;
  • Flag - "Flag" marker;
  • Hash - "Hash" marker;
  • TriangleLeft - "Triangle Left" marker;
  • TriangleRight - "Triangle Right" marker;
  • TriangleUp - "Triangle Up" marker;
  • X - "X" marker;

- Stroke - describes the properties of the stroke (pen): ARGB, width, pattern;
- UseAutoColor - when true the Graphics.Stroke.Color of  Stroke is ignored and a chart sets the color automatically;
- FillColor - a color to fill body of the plot objects. Is used only with several plot styles, like PlotStyle.Mountain or PlotStyle.Column;

Cookies Notice

We use cookies to improve your experience, personalize content, and analyze our traffic. By clicking "Accept All Cookies," you agree to the storing of cookies on your device. You can manage your cookie preferences at any time by visiting our Cookie Settings.