Inheritance diagram for NPlot::FilledRegion:
Public Member Functions | |
FilledRegion (LinePlot lp1, LinePlot lp2) | |
Constructor. | |
FilledRegion (VerticalLine l1, VerticalLine l2) | |
Constructor. | |
FilledRegion (HorizontalLine l1, HorizontalLine l2) | |
Constructor. | |
void | Draw (System.Drawing.Graphics g, PhysicalAxis xAxis, PhysicalAxis yAxis) |
Draw the filled region. | |
Properties | |
Brush | Brush |
Use this brush (and not a RectangleBrush) for drawing. | |
IRectangleBrush | RectangleBrush |
Use this RectangleBrush (and not a normal Brush) for drawing. | |
VerticalLine | vl1_ |
VerticalLine | vl2_ |
HorizontalLine | hl1_ |
HorizontalLine | hl2_ |
LinePlot | lp1_ |
LinePlot | lp2_ |
Brush | brush_ = new SolidBrush( Color.GhostWhite ) |
IRectangleBrush | areaBrush_ = null |
Definition at line 61 of file FilledRegion.cs.
|
Constructor.
Definition at line 70 of file FilledRegion.cs. |
|
Constructor.
Definition at line 82 of file FilledRegion.cs. |
|
Constructor.
Definition at line 94 of file FilledRegion.cs. |
|
Draw the filled region.
Definition at line 107 of file FilledRegion.cs. References NPlot::BaseSequencePlot::AbscissaData, NPlot::VerticalLine::AbscissaValue, areaBrush_, NPlot::PhysicalAxis::Axis, Brush, brush_, NPlot::SequenceAdapter::Count, NPlot::ISequencePlot::DataMember, NPlot::ISequencePlot::DataSource, NPlot::IRectangleBrush::Get(), hl1_, hl2_, lp1_, lp2_, NPlot::BaseSequencePlot::OrdinateData, NPlot::HorizontalLine::OrdinateValue, NPlot::PhysicalAxis::PhysicalLength, NPlot::PhysicalAxis::PhysicalMax, NPlot::PhysicalAxis::PhysicalMin, NPlot::ITransform2D::Transform(), vl1_, vl2_, NPlot::Axis::WorldMax, and NPlot::Axis::WorldMin. |
|
Definition at line 200 of file FilledRegion.cs. Referenced by Draw(). |
|
Use this brush (and not a RectangleBrush) for drawing.
Definition at line 168 of file FilledRegion.cs. Referenced by Draw(). |
|
Definition at line 199 of file FilledRegion.cs. Referenced by Draw(). |
|
Definition at line 193 of file FilledRegion.cs. Referenced by Draw(), and FilledRegion(). |
|
Definition at line 194 of file FilledRegion.cs. Referenced by Draw(), and FilledRegion(). |
|
Definition at line 196 of file FilledRegion.cs. Referenced by Draw(), and FilledRegion(). |
|
Definition at line 197 of file FilledRegion.cs. Referenced by Draw(), and FilledRegion(). |
|
Use this RectangleBrush (and not a normal Brush) for drawing.
Definition at line 181 of file FilledRegion.cs. |
|
Definition at line 190 of file FilledRegion.cs. Referenced by Draw(), and FilledRegion(). |
|
Definition at line 191 of file FilledRegion.cs. Referenced by Draw(), and FilledRegion(). |