LightningChartCalculatePixelAlignmentOffset Method |
LightningChart .NET Help
Alignment offset in pixels (Not in DIP).
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointFloat CalculatePixelAlignmentOffset(
bool ReparseParent = true
)
Public Function CalculatePixelAlignmentOffset (
Optional ReparseParent As Boolean = true
) As PointFloat
public:
PointFloat CalculatePixelAlignmentOffset(
bool ReparseParent = true
)
Parameters
- ReparseParent (Optional)
- Type: SystemBoolean
If true, forces redetermination of the parent (takes time). It's hard to know when the parent chain has changed.
Return Value
Type:
PointFloat[Missing <returns> documentation for "M:Arction.Wpf.ChartingMVVM.LightningChart.CalculatePixelAlignmentOffset(System.Boolean)"]
See Also