Click or drag to resize

SeriesStyle Class

Defines style properties of a series.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.ProgramInterface.PlottingSeriesStyle

Namespace: RelaxIS_SDK.ProgramInterface.Plotting
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntax
public class SeriesStyle

The SeriesStyle type exposes the following members.

Constructors
 NameDescription
Public methodSeriesStyleInitializes a new instance of the SeriesStyle class
Top
Properties
 NameDescription
Public propertyLineColor Gets or sets the line color.
Public propertyLineStyle Gets or sets line style.
Public propertyLineWidth Gets or sets the line width.
Public propertyMarkerBorderColor Gets or sets marker border color.
Public propertyMarkerFillColor Gets or sets the marker fill color.
Public propertyMarkerSize Gets or sets the marker size.
Public propertyMarkerStyle Gets or sets marker style.
Public propertySeriesType Gets or sets the series type.
Top
See Also