ActiveReports.Chart Request technical support
LabelsInside Property
See Also 


Gets or sets the position of labels against the axis line.

Syntax

Visual Basic (Declaration) 
Public Property LabelsInside As Boolean
Visual Basic (Usage)Copy Code
Dim instance As AxisBase
Dim value As Boolean
 
instance.LabelsInside = value
 
value = instance.LabelsInside
C# 
public bool LabelsInside {get; set;}

See Also