C# Class DamageMeter.EPPExstension

Afficher le fichier Open project: neowutran/ShinraMeter

Méthodes publiques

Méthode Description
FirstAxisDate ( this chart, int maxVal ) : void
FixEppPlusBug ( this chart ) : void
InvisibleSerie ( this chart, OfficeOpenXml.Drawing.Chart.ExcelChartSerie series ) : void
RenameNode ( XmlNode node, string namespaceUri, string qualifiedName ) : XmlNode

Method Details

FirstAxisDate() public static méthode

public static FirstAxisDate ( this chart, int maxVal ) : void
chart this
maxVal int
Résultat void

FixEppPlusBug() public static méthode

public static FixEppPlusBug ( this chart ) : void
chart this
Résultat void

InvisibleSerie() public static méthode

public static InvisibleSerie ( this chart, OfficeOpenXml.Drawing.Chart.ExcelChartSerie series ) : void
chart this
series OfficeOpenXml.Drawing.Chart.ExcelChartSerie
Résultat void

RenameNode() public static méthode

public static RenameNode ( XmlNode node, string namespaceUri, string qualifiedName ) : XmlNode
node System.Xml.XmlNode
namespaceUri string
qualifiedName string
Résultat System.Xml.XmlNode