Class MiniScale
- Namespace
- LightningChartLib.WinForms.Charting.Views.ViewXY
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Miniscale represents a miniature axes equivalent. Miniscales can't be used with logarithmic scales.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class MiniScale : ChartNode, IChartNode, IDisposable
- Inheritance
-
MiniScale
- Implements
- Inherited Members
Constructors
MiniScale()
Simple constructor for Form designer's list editor.
public MiniScale()
MiniScale(IChartNode)
Constructor.
public MiniScale(IChartNode owner)
Parameters
ownerIChartNodeParent.
Properties
Color
Color
public Color Color { get; set; }
Property Value
Direction
Y line direction
public VerticalDirection Direction { get; set; }
Property Value
HorizontalAlign
Horizontal alignment
public AlignmentHorizontal HorizontalAlign { get; set; }
Property Value
LabelX
X dimension label style
public MiniScaleTitle LabelX { get; set; }
Property Value
LabelY
Y dimension label style
public MiniScaleTitle LabelY { get; set; }
Property Value
Offset
Offset from position set by HorizontalAlign and VerticalAlign
public PointIntXY Offset { get; set; }
Property Value
PreferredSize
Preferred size. The control tries to adjust its size near to this, while displaying user friendly dimension values.
public SizeDoubleXY PreferredSize { get; set; }
Property Value
ShowX
Show X dimension
public bool ShowX { get; set; }
Property Value
ShowY
Show Y dimension
public bool ShowY { get; set; }
Property Value
Thickness
Dimension lines thickness
public int Thickness { get; set; }
Property Value
VerticalAlign
Vertical alignment
public AlignmentVertical VerticalAlign { get; set; }
Property Value
Visible
Is miniscale visible or not
public bool Visible { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingboolTrue if managed resources should be disposed, otherwise false.
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
Class description as a string.