Table of Contents

Class PlotStyler

Namespace
ScottPlot.Stylers
Assembly
ScottPlot.dll
[Obsolete("This class is deprecated. See the ScottPlot Cookbook for styling information.", true)]
public class PlotStyler
Inheritance
PlotStyler
Inherited Members
Extension Methods

Constructors

PlotStyler()

public PlotStyler()

Methods

AxisFrame(float, float, float, float)

[Obsolete("This method is deprecated. Call Plot.Axes.Frame() methods instead.", true)]
public void AxisFrame(float left, float right, float bottom, float top)

Parameters

left float
right float
bottom float
top float

Background(Color, Color)

[Obsolete("This method is deprecated. Assign Plot.FigureBackground.Color instead.", true)]
public void Background(Color figure, Color data)

Parameters

figure Color
data Color

ColorAxes(Color)

[Obsolete("This method is deprecated. Call Plot.Axes.Color() instead.", true)]
public void ColorAxes(Color color)

Parameters

color Color

ColorLegend(Color, Color, Color)

[Obsolete("Reference Plot.Legend properties directly.", true)]
public void ColorLegend(Color background, Color foreground, Color border)

Parameters

background Color
foreground Color
border Color

DarkMode()

[Obsolete("This method is deprecated. Call Plot.SetStyle() instead.", true)]
public void DarkMode()

SetBestFonts()

[Obsolete("This method is deprecated. Call Plot.Font.Automatic() instead.", true)]
public void SetBestFonts()

SetFont(string)

[Obsolete("This method is deprecated. Call Plot.Font.Set() instead.", true)]
public void SetFont(string fontName)

Parameters

fontName string