Пример #1
0
 protected virtual void CreateYLabelBrush(float scale, out SKPaint yLabelBrush)
 {
     yLabelBrush = graphEngine.GetTextBrush(new GraphText
     {
         Alignment = ViewModel.YLabelAlignment,
         Color     = ViewModel.YLabelColor,
         PointSize = ViewModel.YLabelPointSize * scale,
         Bold      = false
     });
 }