Gets the time resolution in the panel containing this presenter, expressed as DIPs per tick (DPT).
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public double TimeResolution { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property TimeResolution As Double |
A double value specifying the resolution in the parent chart.
See Also