LiveCharts.Wpf.Axis.GetLabelSize C# (CSharp) Method

GetLabelSize() public method

Gets the size of the label.
public GetLabelSize ( ) : LiveCharts.Dtos.CoreSize
return LiveCharts.Dtos.CoreSize
        public CoreSize GetLabelSize()
        {
            return new CoreSize(FormattedTitle.Width, FormattedTitle.Height);
        }