OverlayElementTextStyleCutOnEdges Property |
LightningChart .NET Help
Is the text clipped on element edges
Namespace:
Arction.Wpf.ChartingMVVM.Titles
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool CutOnEdges { get; set; }<DefaultValueAttribute(true)>
Public Property CutOnEdges As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool CutOnEdges {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also