You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
396 B

using System;
using LiveCharts;
using LiveCharts.Configurations;
namespace Geared.Winforms.DynamicAxis
{
public class VisitsByDateTime
{
static VisitsByDateTime()
{
//lets configure the type globally
//notice since this block is inside a
//static constructor, it only runs once
//mappers should ideally only be set once.