'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> Public Class ChartAxisBuilder(Of T) Inherits C1.Web.Mvc.Fluent.BaseBuilder(Of ChartAxis(Of T),ChartAxisBuilder(Of T))
[EditorBrowsable(EditorBrowsableState.Never)] public class ChartAxisBuilder<T> : C1.Web.Mvc.Fluent.BaseBuilder<ChartAxis<T>,ChartAxisBuilder<T>>