ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _TextRenderEngineElement Class / textOverline Property

In This Topic
    textOverline Property (_TextRenderEngineElement)
    In This Topic
    Syntax
    'Declaration
     
    Public Property textOverline As Nullable(Of Boolean)
    public Nullable<bool> textOverline {get; set;}
    See Also