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
Properties
SourceAxis
public IAxis SourceAxis { get; }
Property Value
TargetAxis
public IAxis TargetAxis { get; }
Property Value
TargetPlot
public Plot TargetPlot { get; }