Table of Contents

Class LinkedAxisRule

Namespace
ScottPlot
Assembly
ScottPlot.dll
public class LinkedAxisRule
Inheritance
LinkedAxisRule
Inherited Members
Extension Methods

Constructors

LinkedAxisRule(IAxis, IAxis, Plot)

public LinkedAxisRule(IAxis sourceAxis, IAxis targetAxis, Plot targetPlot)

Parameters

sourceAxis IAxis
targetAxis IAxis
targetPlot Plot

Properties

SourceAxis

public IAxis SourceAxis { get; }

Property Value

IAxis

TargetAxis

public IAxis TargetAxis { get; }

Property Value

IAxis

TargetPlot

public Plot TargetPlot { get; }

Property Value

Plot